#9418BD

Color #9418BD Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #9418BD

Tints of Dark Orchid #9418BD

Color information

#9418BD (or 0x9418BD) is unknown color: approx Dark Orchid. HEX triplet: 94, 18 and BD. RGB value is (148,24,189). Sum of RGB (Red+Green+Blue) = 148+24+189=361 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.00% from 361); Green value is 24 (9.77% from 255 or 6.65% from 361); Blue value is 189 (74.22% from 255 or 52.35% from 361); Max value from RGB is 189 - color contains mainly: blue. Hex color #9418BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9418BD is #6BE742. Grayscale: #4F4F4F. Windows color (decimal): -7071555 or 12392596. OLE color: 12392596.

HSL color Cylindrical-coordinate representation of color #9418BD: hue angle of 285.09º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9418BD is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14824189-
CMYK0.220.8700.26
HSL285.09º77.46%41.76%-
HSV(B)285.09º87.3%74.12%-
XYZ21.7210.6249.05-
YUV79.89189.58176.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 148 (58.20% from 255) = 41.00%
GREEN value IS 24 (9.77% from 255) = 6.65%
BLUE value IS 189 (74.22% from 255) = 52.35%
R=41.00%
G=6.65%
B=52.35%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal148241890.220.8700.26285.0977.4641.76
Hex9418BD165701A11d4d2a
Octal224302752612703243511552
Binary1001010011000101111011011010101110110101000111011001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9418BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9418BD; }

 p { color: rgb(148,24,189); }

 H1.HeaderClassName
 {
   color: #9418BD;
 }
 .AnyTagClassName
 {
   color: #9418BD;
 }
</style>
background-color css

<style>
 a { background-color: #9418BD; }

 a { background-color: rgb(148,24,189); }

 div.DivClassName
 {
   background-color: #9418BD;
 }
 .BgClassName
 {
   background-color: #9418BD;
 }
</style>
border-color css

<style>
 span { border-color: #9418BD; }

 span { border-color: rgb(148,24,189); }

 td.TdClassName
 {
   border-color: #9418BD;
 }
 .TagClassName
 {
   border-color: #9418BD;
 }
</style>