#9642CC

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

Shades of Dark Orchid #9642CC

Tints of Dark Orchid #9642CC

Color information

#9642CC (or 0x9642CC) is unknown color: approx Dark Orchid. HEX triplet: 96, 42 and CC. RGB value is (150,66,204). Sum of RGB (Red+Green+Blue) = 150+66+204=420 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.71% from 420); Green value is 66 (26.17% from 255 or 15.71% from 420); Blue value is 204 (80.08% from 255 or 48.57% from 420); Max value from RGB is 204 - color contains mainly: blue. Hex color #9642CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9642CC is #69BD33. Grayscale: #6A6A6A. Windows color (decimal): -6929716 or 13386390. OLE color: 13386390.

HSL color Cylindrical-coordinate representation of color #9642CC: hue angle of 276.52º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9642CC is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB15066204-
CMYK0.260.6800.2
HSL276.52º57.5%52.94%-
HSV(B)276.52º67.65%80%-
XYZ25.4214.7458.63-
YUV106.85182.83158.78-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.71%
GREEN value IS 66 (26.17% from 255) = 15.71%
BLUE value IS 204 (80.08% from 255) = 48.57%
R=35.71%
G=15.71%
B=48.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal150662040.260.6800.2276.5257.552.94
Hex9642CC1A440141153a35
Octal226102314321040244257265
Binary10010110100001011001100110101000100010100100010101111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9642CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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