#9B21BA

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

Shades of Dark Orchid #9B21BA

Tints of Dark Orchid #9B21BA

Color information

#9B21BA (or 0x9B21BA) is unknown color: approx Dark Orchid. HEX triplet: 9B, 21 and BA. RGB value is (155,33,186). Sum of RGB (Red+Green+Blue) = 155+33+186=374 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.44% from 374); Green value is 33 (13.28% from 255 or 8.82% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B21BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B21BA is #64DE45. Grayscale: #565656. Windows color (decimal): -6610502 or 12198299. OLE color: 12198299.

HSL color Cylindrical-coordinate representation of color #9B21BA: hue angle of 287.84º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9B21BA is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15533186-
CMYK0.170.8200.27
HSL287.84º69.86%42.94%-
HSV(B)287.84º82.26%72.94%-
XYZ22.9211.647.49-
YUV86.92183.92176.56-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.44%
GREEN value IS 33 (13.28% from 255) = 8.82%
BLUE value IS 186 (73.05% from 255) = 49.73%
R=41.44%
G=8.82%
B=49.73%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal155331860.170.8200.27287.8469.8642.94
Hex9B21BA115201B120462b
Octal233412722112203344010653
Binary10011011100001101110101000110100100110111001000001000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B21BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,33,186); }

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

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

 a { background-color: rgb(155,33,186); }

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

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

 span { border-color: rgb(155,33,186); }

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