#9620B1

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

Shades of Dark Orchid #9620B1

Tints of Dark Orchid #9620B1

Color information

#9620B1 (or 0x9620B1) is unknown color: approx Dark Orchid. HEX triplet: 96, 20 and B1. RGB value is (150,32,177). Sum of RGB (Red+Green+Blue) = 150+32+177=359 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.78% from 359); Green value is 32 (12.89% from 255 or 8.91% from 359); Blue value is 177 (69.53% from 255 or 49.30% from 359); Max value from RGB is 177 - color contains mainly: blue. Hex color #9620B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9620B1 is #69DF4E. Grayscale: #535353. Windows color (decimal): -6938447 or 11608214. OLE color: 11608214.

HSL color Cylindrical-coordinate representation of color #9620B1: hue angle of 288.83º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9620B1 is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB15032177-
CMYK0.150.8200.31
HSL288.83º69.38%40.98%-
HSV(B)288.83º81.92%69.41%-
XYZ21.0310.6942.55-
YUV83.81180.59175.21-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.78%
GREEN value IS 32 (12.89% from 255) = 8.91%
BLUE value IS 177 (69.53% from 255) = 49.30%
R=41.78%
G=8.91%
B=49.30%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal150321770.150.8200.31288.8369.3840.98
Hex9620B1F5201F1214529
Octal226402611712203744110551
Binary1001011010000010110001111110100100111111001000011000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9620B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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