#9821CA

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

Shades of Dark Orchid #9821CA

Tints of Dark Orchid #9821CA

Color information

#9821CA (or 0x9821CA) is unknown color: approx Dark Orchid. HEX triplet: 98, 21 and CA. RGB value is (152,33,202). Sum of RGB (Red+Green+Blue) = 152+33+202=387 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.28% from 387); Green value is 33 (13.28% from 255 or 8.53% from 387); Blue value is 202 (79.30% from 255 or 52.20% from 387); Max value from RGB is 202 - color contains mainly: blue. Hex color #9821CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9821CA is #67DE35. Grayscale: #575757. Windows color (decimal): -6807094 or 13246872. OLE color: 13246872.

HSL color Cylindrical-coordinate representation of color #9821CA: hue angle of 282.25º 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 #9821CA is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB15233202-
CMYK0.250.8400.21
HSL282.25º71.91%46.08%-
HSV(B)282.25º83.66%79.22%-
XYZ24.1512.0356.93-
YUV87.85192.42173.76-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.28%
GREEN value IS 33 (13.28% from 255) = 8.53%
BLUE value IS 202 (79.30% from 255) = 52.20%
R=39.28%
G=8.53%
B=52.20%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal152332020.250.8400.21282.2571.9146.08
Hex9821CA195401511a482e
Octal230413123112402543211056
Binary10011000100001110010101100110101000101011000110101001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9821CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9821CA; }

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

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

<style>
 a { background-color: #9821CA; }

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

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

<style>
 span { border-color: #9821CA; }

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

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