#9620ce

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

Shades of Dark Orchid #9620CE

Tints of Dark Orchid #9620CE

Color information

#9620CE (or 0x9620CE) is unknown color: approx Dark Orchid. HEX triplet: 96, 20 and CE. RGB value is (150,32,206). Sum of RGB (Red+Green+Blue) = 150+32+206=388 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.66% from 388); Green value is 32 (12.89% from 255 or 8.25% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #9620CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9620CE is #69DF31. Grayscale: #565656. Windows color (decimal): -6938418 or 13508758. OLE color: 13508758.

HSL color Cylindrical-coordinate representation of color #9620CE: hue angle of 280.69º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9620CE is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB15032206-
CMYK0.270.8400.19
HSL280.69º73.11%46.67%-
HSV(B)280.69º84.47%80.78%-
XYZ24.2311.9759.43-
YUV87.12195.09172.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.66%
GREEN value IS 32 (12.89% from 255) = 8.25%
BLUE value IS 206 (80.86% from 255) = 53.09%
R=38.66%
G=8.25%
B=53.09%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal150322060.270.8400.19280.6973.1146.67
Hex9620CE1B54013119492f
Octal226403163312402343111157
Binary10010110100000110011101101110101000100111000110011001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9620ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9620ce; }

 p { color: rgb(150,32,206); }

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

<style>
 a { background-color: #9620ce; }

 a { background-color: rgb(150,32,206); }

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

<style>
 span { border-color: #9620ce; }

 span { border-color: rgb(150,32,206); }

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