#9B2BAA

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

Shades of Dark Orchid #9B2BAA

Tints of Dark Orchid #9B2BAA

Color information

#9B2BAA (or 0x9B2BAA) is unknown color: approx Dark Orchid. HEX triplet: 9B, 2B and AA. RGB value is (155,43,170). Sum of RGB (Red+Green+Blue) = 155+43+170=368 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.12% from 368); Green value is 43 (17.19% from 255 or 11.68% from 368); Blue value is 170 (66.80% from 255 or 46.20% from 368); Max value from RGB is 170 - color contains mainly: blue. Hex color #9B2BAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B2BAA is #64D455. Grayscale: #5A5A5A. Windows color (decimal): -6607958 or 11152283. OLE color: 11152283.

HSL color Cylindrical-coordinate representation of color #9B2BAA: hue angle of 292.91º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9B2BAA is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15543170-
CMYK0.090.7500.33
HSL292.91º59.62%41.76%-
HSV(B)292.91º74.71%66.67%-
XYZ21.6411.639.13-
YUV90.97172.61173.67-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.12%
GREEN value IS 43 (17.19% from 255) = 11.68%
BLUE value IS 170 (66.80% from 255) = 46.20%
R=42.12%
G=11.68%
B=46.20%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal155431700.090.7500.33292.9159.6241.76
Hex9B2BAA94B0211253c2a
Octal23353252111130414457452
Binary1001101110101110101010100110010110100001100100101111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,43,170); }

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

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

 a { background-color: rgb(155,43,170); }

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

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

 span { border-color: rgb(155,43,170); }

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