#9017B4

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

Shades of Dark Orchid #9017B4

Tints of Dark Orchid #9017B4

Color information

#9017B4 (or 0x9017B4) is unknown color: approx Dark Orchid. HEX triplet: 90, 17 and B4. RGB value is (144,23,180). Sum of RGB (Red+Green+Blue) = 144+23+180=347 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.50% from 347); Green value is 23 (9.38% from 255 or 6.63% from 347); Blue value is 180 (70.70% from 255 or 51.87% from 347); Max value from RGB is 180 - color contains mainly: blue. Hex color #9017B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9017B4 is #6FE84B. Grayscale: #4C4C4C. Windows color (decimal): -7333964 or 11802512. OLE color: 11802512.

HSL color Cylindrical-coordinate representation of color #9017B4: hue angle of 286.24º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9017B4 is Cyan = 0.2, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB14423180-
CMYK0.20.8700.29
HSL286.24º77.34%39.8%-
HSV(B)286.24º87.22%70.59%-
XYZ20.059.8444.02-
YUV77.08186.09175.73-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.50%
GREEN value IS 23 (9.38% from 255) = 6.63%
BLUE value IS 180 (70.70% from 255) = 51.87%
R=41.50%
G=6.63%
B=51.87%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal144231800.20.8700.29286.2477.3439.8
Hex9017B4145701D11e4d28
Octal220272642412703543611550
Binary1001000010111101101001010010101110111011000111101001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9017B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9017B4; }

 p { color: rgb(144,23,180); }

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

<style>
 a { background-color: #9017B4; }

 a { background-color: rgb(144,23,180); }

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

<style>
 span { border-color: #9017B4; }

 span { border-color: rgb(144,23,180); }

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