#9B2DC2

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

Shades of Dark Orchid #9B2DC2

Tints of Dark Orchid #9B2DC2

Color information

#9B2DC2 (or 0x9B2DC2) is unknown color: approx Dark Orchid. HEX triplet: 9B, 2D and C2. RGB value is (155,45,194). Sum of RGB (Red+Green+Blue) = 155+45+194=394 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.34% from 394); Green value is 45 (17.97% from 255 or 11.42% from 394); Blue value is 194 (76.17% from 255 or 49.24% from 394); Max value from RGB is 194 - color contains mainly: blue. Hex color #9B2DC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B2DC2 is #64D23D. Grayscale: #5E5E5E. Windows color (decimal): -6607422 or 12725659. OLE color: 12725659.

HSL color Cylindrical-coordinate representation of color #9B2DC2: hue angle of 284.3º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9B2DC2 is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB15545194-
CMYK0.200.7700.24
HSL284.3º62.34%46.86%-
HSV(B)284.3º76.8%76.08%-
XYZ24.1912.7452.22-
YUV94.88183.94170.88-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.34%
GREEN value IS 45 (17.97% from 255) = 11.42%
BLUE value IS 194 (76.17% from 255) = 49.24%
R=39.34%
G=11.42%
B=49.24%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal155451940.200.7700.24284.362.3446.86
Hex9B2DC2144D01811c3e2f
Octal23355302241150304347657
Binary1001101110110111000010101001001101011000100011100111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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