Html Css Color HEX #9821CE Dark Orchid

📋 copy color: '#9821CE'

red 152 ◦ green 33 ◦ blue 206

#9821CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #9821CE

Tints of Dark Orchid #9821CE

RGB

 RED value IS 152 (59.77% from 255) = 38.87%

 GREEN value IS 33 (13.28% from 255) = 8.44%

 BLUE value IS 206 (80.86% from 255) = 52.69%

R = 38.87%
G = 8.44%
B = 52.69%

CMYK

 C value IS 0.26

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9821CE (or 0x9821CE) is known color: Dark Orchid. HEX triplet: 98, 21 and CE. RGB value is (152,33,206). Sum of RGB (Red+Green+Blue) = 152+33+206=391 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.87% from 391); Green value is 33 (13.28% from 255 or 8.44% from 391); Blue value is 206 (80.86% from 255 or 52.69% from 391); Max value from RGB is 206 - color contains mainly: blue. Hex color #9821CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9821CE is #67DE31. Grayscale: #575757. Windows color (decimal): -6807090 or 13509016. OLE color: 13509016.

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

Color convert

RGB 152 33 206 -
CMYK 0.26 0.84 0 0.19
HSL 281.27º 0.72% 0.47% -
HSV(B) 281.27º 0.84% 0.81% -
XYZ 24.63 12.22 59.45 -
YUV 88.3 194.42 173.43 -
System Red Green Blue C M Y K H S L
Decimal 152 33 206 0.26 0.84 0 0.19 281.27 0.72 0.47
Hex 98 21 CE 1A 54 0 13 119 48 2F
Octal 230 41 316 32 124 0 23 431 110 57
Binary 10011000 100001 11001110 11010 1010100 0 10011 100011001 1001000 101111

Color Harmonies of #9821CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9821CE

Black with #9821CE

Text Example


Text Example

White with #9821CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9821CE;
 }
 .AnyTagClassName
 {
   color: #9821CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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