Html Css Color HEX #9021CE Dark Orchid

📋 copy color: '#9021CE'

red 144 ◦ green 33 ◦ blue 206

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

Shades of Dark Orchid #9021CE

Tints of Dark Orchid #9021CE

RGB

 RED value IS 144 (56.64% from 255) = 37.6%

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

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

R = 37.6%
G = 8.62%
B = 53.79%

CMYK

 C value IS 0.30

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9021CE (or 0x9021CE) is known color: Dark Orchid. HEX triplet: 90, 21 and CE. RGB value is (144,33,206). Sum of RGB (Red+Green+Blue) = 144+33+206=383 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.60% from 383); Green value is 33 (13.28% from 255 or 8.62% from 383); Blue value is 206 (80.86% from 255 or 53.79% from 383); Max value from RGB is 206 - color contains mainly: blue. Hex color #9021CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9021CE is #6FDE31. Grayscale: #555555. Windows color (decimal): -7331378 or 13509008. OLE color: 13509008.

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

Color convert

RGB 144 33 206 -
CMYK 0.30 0.84 0 0.19
HSL 278.5º 0.72% 0.47% -
HSV(B) 278.5º 0.84% 0.81% -
XYZ 23.19 11.47 59.39 -
YUV 85.91 195.77 169.43 -
System Red Green Blue C M Y K H S L
Decimal 144 33 206 0.30 0.84 0 0.19 278.5 0.72 0.47
Hex 90 21 CE 1E 54 0 13 116 48 2F
Octal 220 41 316 36 124 0 23 426 110 57
Binary 10010000 100001 11001110 11110 1010100 0 10011 100010110 1001000 101111

Color Harmonies of #9021CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9021CE

Black with #9021CE

Text Example


Text Example

White with #9021CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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