#9617BA

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

Shades of Dark Orchid #9617BA

Tints of Dark Orchid #9617BA

Color information

#9617BA (or 0x9617BA) is unknown color: approx Dark Orchid. HEX triplet: 96, 17 and BA. RGB value is (150,23,186). Sum of RGB (Red+Green+Blue) = 150+23+186=359 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.78% from 359); Green value is 23 (9.38% from 255 or 6.41% from 359); Blue value is 186 (73.05% from 255 or 51.81% from 359); Max value from RGB is 186 - color contains mainly: blue. Hex color #9617BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9617BA is #69E845. Grayscale: #4F4F4F. Windows color (decimal): -6940742 or 12195734. OLE color: 12195734.

HSL color Cylindrical-coordinate representation of color #9617BA: hue angle of 286.75º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9617BA is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15023186-
CMYK0.190.8800.27
HSL286.75º77.99%40.98%-
HSV(B)286.75º87.63%72.94%-
XYZ21.7510.6447.36-
YUV79.56188.08178.25-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.78%
GREEN value IS 23 (9.38% from 255) = 6.41%
BLUE value IS 186 (73.05% from 255) = 51.81%
R=41.78%
G=6.41%
B=51.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal150231860.190.8800.27286.7577.9940.98
Hex9617BA135801B11f4e29
Octal226272722313003343711651
Binary1001011010111101110101001110110000110111000111111001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9617BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9617BA; }

 p { color: rgb(150,23,186); }

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

<style>
 a { background-color: #9617BA; }

 a { background-color: rgb(150,23,186); }

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

<style>
 span { border-color: #9617BA; }

 span { border-color: rgb(150,23,186); }

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