#9642D4

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

Shades of Dark Orchid #9642D4

Tints of Dark Orchid #9642D4

Color information

#9642D4 (or 0x9642D4) is unknown color: approx Dark Orchid. HEX triplet: 96, 42 and D4. RGB value is (150,66,212). Sum of RGB (Red+Green+Blue) = 150+66+212=428 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.05% from 428); Green value is 66 (26.17% from 255 or 15.42% from 428); Blue value is 212 (83.20% from 255 or 49.53% from 428); Max value from RGB is 212 - color contains mainly: blue. Hex color #9642D4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9642D4 is #69BD2B. Grayscale: #6B6B6B. Windows color (decimal): -6929708 or 13910678. OLE color: 13910678.

HSL color Cylindrical-coordinate representation of color #9642D4: hue angle of 274.52º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9642D4 is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB15066212-
CMYK0.290.6900.17
HSL274.52º62.93%54.51%-
HSV(B)274.52º68.87%83.14%-
XYZ26.4115.1363.82-
YUV107.76186.83158.13-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.05%
GREEN value IS 66 (26.17% from 255) = 15.42%
BLUE value IS 212 (83.20% from 255) = 49.53%
R=35.05%
G=15.42%
B=49.53%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal150662120.290.6900.17274.5262.9354.51
Hex9642D41D450111133f37
Octal226102324351050214237767
Binary10010110100001011010100111011000101010001100010011111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9642D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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