#9B2DAF

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

Shades of Dark Orchid #9B2DAF

Tints of Dark Orchid #9B2DAF

Color information

#9B2DAF (or 0x9B2DAF) is unknown color: approx Dark Orchid. HEX triplet: 9B, 2D and AF. RGB value is (155,45,175). Sum of RGB (Red+Green+Blue) = 155+45+175=375 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.33% from 375); Green value is 45 (17.97% from 255 or 12% from 375); Blue value is 175 (68.75% from 255 or 46.67% from 375); Max value from RGB is 175 - color contains mainly: blue. Hex color #9B2DAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B2DAF is #64D250. Grayscale: #5C5C5C. Windows color (decimal): -6607441 or 11480475. OLE color: 11480475.

HSL color Cylindrical-coordinate representation of color #9B2DAF: hue angle of 290.77º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9B2DAF is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB15545175-
CMYK0.110.7400.31
HSL290.77º59.09%43.14%-
HSV(B)290.77º74.29%68.63%-
XYZ22.1911.9441.69-
YUV92.71174.44172.43-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.33%
GREEN value IS 45 (17.97% from 255) = 12%
BLUE value IS 175 (68.75% from 255) = 46.67%
R=41.33%
G=12%
B=46.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal155451750.110.7400.31290.7759.0943.14
Hex9B2DAFB4A01F1233b2b
Octal23355257131120374437353
Binary100110111011011010111110111001010011111100100011111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B2DAF; }

 p { color: rgb(155,45,175); }

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

<style>
 a { background-color: #9B2DAF; }

 a { background-color: rgb(155,45,175); }

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

<style>
 span { border-color: #9B2DAF; }

 span { border-color: rgb(155,45,175); }

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