#9619C8

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

Shades of Dark Orchid #9619C8

Tints of Dark Orchid #9619C8

Color information

#9619C8 (or 0x9619C8) is unknown color: approx Dark Orchid. HEX triplet: 96, 19 and C8. RGB value is (150,25,200). Sum of RGB (Red+Green+Blue) = 150+25+200=375 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40% from 375); Green value is 25 (10.16% from 255 or 6.67% from 375); Blue value is 200 (78.52% from 255 or 53.33% from 375); Max value from RGB is 200 - color contains mainly: blue. Hex color #9619C8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9619C8 is #69E637. Grayscale: #515151. Windows color (decimal): -6940216 or 13113750. OLE color: 13113750.

HSL color Cylindrical-coordinate representation of color #9619C8: hue angle of 282.86º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9619C8 is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB15025200-
CMYK0.250.8800.22
HSL282.86º77.78%44.12%-
HSV(B)282.86º87.5%78.43%-
XYZ23.3511.3555.6-
YUV82.32194.41176.27-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40%
GREEN value IS 25 (10.16% from 255) = 6.67%
BLUE value IS 200 (78.52% from 255) = 53.33%
R=40%
G=6.67%
B=53.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal150252000.250.8800.22282.8677.7844.12
Hex9619C8195801611b4e2c
Octal226313103113002643311654
Binary1001011011001110010001100110110000101101000110111001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9619C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9619C8; }

 p { color: rgb(150,25,200); }

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

<style>
 a { background-color: #9619C8; }

 a { background-color: rgb(150,25,200); }

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

<style>
 span { border-color: #9619C8; }

 span { border-color: rgb(150,25,200); }

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