#9921BA

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

Shades of Dark Orchid #9921BA

Tints of Dark Orchid #9921BA

Color information

#9921BA (or 0x9921BA) is unknown color: approx Dark Orchid. HEX triplet: 99, 21 and BA. RGB value is (153,33,186). Sum of RGB (Red+Green+Blue) = 153+33+186=372 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.13% from 372); Green value is 33 (13.28% from 255 or 8.87% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #9921BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9921BA is #66DE45. Grayscale: #555555. Windows color (decimal): -6741574 or 12198297. OLE color: 12198297.

HSL color Cylindrical-coordinate representation of color #9921BA: hue angle of 287.06º 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 #9921BA is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15333186-
CMYK0.180.8200.27
HSL287.06º69.86%42.94%-
HSV(B)287.06º82.26%72.94%-
XYZ22.5411.4147.47-
YUV86.32184.26175.56-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.13%
GREEN value IS 33 (13.28% from 255) = 8.87%
BLUE value IS 186 (73.05% from 255) = 50%
R=41.13%
G=8.87%
B=50%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal153331860.180.8200.27287.0669.8642.94
Hex9921BA125201B11f462b
Octal231412722212203343710653
Binary10011001100001101110101001010100100110111000111111000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9921BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9921BA; }

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

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

<style>
 a { background-color: #9921BA; }

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

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

<style>
 span { border-color: #9921BA; }

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

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