#9B21CA

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

Shades of Dark Orchid #9B21CA

Tints of Dark Orchid #9B21CA

Color information

#9B21CA (or 0x9B21CA) is unknown color: approx Dark Orchid. HEX triplet: 9B, 21 and CA. RGB value is (155,33,202). Sum of RGB (Red+Green+Blue) = 155+33+202=390 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.74% from 390); Green value is 33 (13.28% from 255 or 8.46% from 390); Blue value is 202 (79.30% from 255 or 51.79% from 390); Max value from RGB is 202 - color contains mainly: blue. Hex color #9B21CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B21CA is #64DE35. Grayscale: #585858. Windows color (decimal): -6610486 or 13246875. OLE color: 13246875.

HSL color Cylindrical-coordinate representation of color #9B21CA: hue angle of 283.31º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9B21CA is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB15533202-
CMYK0.230.8400.21
HSL283.31º71.91%46.08%-
HSV(B)283.31º83.66%79.22%-
XYZ24.7212.3256.95-
YUV88.74191.92175.26-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.74%
GREEN value IS 33 (13.28% from 255) = 8.46%
BLUE value IS 202 (79.30% from 255) = 51.79%
R=39.74%
G=8.46%
B=51.79%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal155332020.230.8400.21283.3171.9146.08
Hex9B21CA175401511b482e
Octal233413122712402543311056
Binary10011011100001110010101011110101000101011000110111001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B21CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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