#9620BD

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

Shades of Dark Orchid #9620BD

Tints of Dark Orchid #9620BD

Color information

#9620BD (or 0x9620BD) is unknown color: approx Dark Orchid. HEX triplet: 96, 20 and BD. RGB value is (150,32,189). Sum of RGB (Red+Green+Blue) = 150+32+189=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 32 (12.89% from 255 or 8.63% from 371); Blue value is 189 (74.22% from 255 or 50.94% from 371); Max value from RGB is 189 - color contains mainly: blue. Hex color #9620BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9620BD is #69DF42. Grayscale: #545454. Windows color (decimal): -6938435 or 12394646. OLE color: 12394646.

HSL color Cylindrical-coordinate representation of color #9620BD: hue angle of 285.1º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9620BD is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB15032189-
CMYK0.210.8300.26
HSL285.1º71.04%43.33%-
HSV(B)285.1º83.07%74.12%-
XYZ22.2811.1949.13-
YUV85.18186.59174.23-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.43%
GREEN value IS 32 (12.89% from 255) = 8.63%
BLUE value IS 189 (74.22% from 255) = 50.94%
R=40.43%
G=8.63%
B=50.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal150321890.210.8300.26285.171.0443.33
Hex9620BD155301A11d472b
Octal226402752512303243510753
Binary10010110100000101111011010110100110110101000111011000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9620BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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