#9B21CE

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

Shades of Dark Orchid #9B21CE

Tints of Dark Orchid #9B21CE

Color information

#9B21CE (or 0x9B21CE) is unknown color: approx Dark Orchid. HEX triplet: 9B, 21 and CE. RGB value is (155,33,206). Sum of RGB (Red+Green+Blue) = 155+33+206=394 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.34% from 394); Green value is 33 (13.28% from 255 or 8.38% from 394); Blue value is 206 (80.86% from 255 or 52.28% from 394); Max value from RGB is 206 - color contains mainly: blue. Hex color #9B21CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B21CE is #64DE31. Grayscale: #585858. Windows color (decimal): -6610482 or 13509019. OLE color: 13509019.

HSL color Cylindrical-coordinate representation of color #9B21CE: hue angle of 282.31º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9B21CE is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB15533206-
CMYK0.250.8400.19
HSL282.31º72.38%46.86%-
HSV(B)282.31º83.98%80.78%-
XYZ25.212.5159.48-
YUV89.2193.92174.93-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.34%
GREEN value IS 33 (13.28% from 255) = 8.38%
BLUE value IS 206 (80.86% from 255) = 52.28%
R=39.34%
G=8.38%
B=52.28%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal155332060.250.8400.19282.3172.3846.86
Hex9B21CE195401311a482f
Octal233413163112402343211057
Binary10011011100001110011101100110101000100111000110101001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B21CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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