#9642D7

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

Shades of Dark Orchid #9642D7

Tints of Dark Orchid #9642D7

Color information

#9642D7 (or 0x9642D7) is unknown color: approx Dark Orchid. HEX triplet: 96, 42 and D7. RGB value is (150,66,215). Sum of RGB (Red+Green+Blue) = 150+66+215=431 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.80% from 431); Green value is 66 (26.17% from 255 or 15.31% from 431); Blue value is 215 (84.38% from 255 or 49.88% from 431); Max value from RGB is 215 - color contains mainly: blue. Hex color #9642D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9642D7 is #69BD28. Grayscale: #6B6B6B. Windows color (decimal): -6929705 or 14107286. OLE color: 14107286.

HSL color Cylindrical-coordinate representation of color #9642D7: hue angle of 273.83º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9642D7 is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB15066215-
CMYK0.300.6900.16
HSL273.83º65.07%55.1%-
HSV(B)273.83º69.3%84.31%-
XYZ26.7915.2965.83-
YUV108.1188.33157.88-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.80%
GREEN value IS 66 (26.17% from 255) = 15.31%
BLUE value IS 215 (84.38% from 255) = 49.88%
R=34.80%
G=15.31%
B=49.88%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal150662150.300.6900.16273.8365.0755.1
Hex9642D71E450101124137
Octal2261023273610502042210167
Binary100101101000010110101111111010001010100001000100101000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9642D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9642D7; }

 p { color: rgb(150,66,215); }

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

<style>
 a { background-color: #9642D7; }

 a { background-color: rgb(150,66,215); }

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

<style>
 span { border-color: #9642D7; }

 span { border-color: rgb(150,66,215); }

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