Html Css Color HEX #9021BE Dark Orchid

📋 copy color: '#9021BE'

red 144 ◦ green 33 ◦ blue 190

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

Shades of Dark Orchid #9021BE

Tints of Dark Orchid #9021BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 51.77%

R = 39.24%
G = 8.99%
B = 51.77%

CMYK

 C value IS 0.24

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9021BE (or 0x9021BE) is known color: Dark Orchid. HEX triplet: 90, 21 and BE. RGB value is (144,33,190). Sum of RGB (Red+Green+Blue) = 144+33+190=367 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.24% from 367); Green value is 33 (13.28% from 255 or 8.99% from 367); Blue value is 190 (74.61% from 255 or 51.77% from 367); Max value from RGB is 190 - color contains mainly: blue. Hex color #9021BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9021BE is #6FDE41. Grayscale: #535353. Windows color (decimal): -7331394 or 12460432. OLE color: 12460432.

HSL color Cylindrical-coordinate representation of color #9021BE: hue angle of 282.42º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9021BE is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 144 33 190 -
CMYK 0.24 0.83 0 0.25
HSL 282.42º 0.7% 0.44% -
HSV(B) 282.42º 0.83% 0.75% -
XYZ 21.34 10.73 49.66 -
YUV 84.09 187.77 170.73 -
System Red Green Blue C M Y K H S L
Decimal 144 33 190 0.24 0.83 0 0.25 282.42 0.7 0.44
Hex 90 21 BE 18 53 0 19 11A 46 2C
Octal 220 41 276 30 123 0 31 432 106 54
Binary 10010000 100001 10111110 11000 1010011 0 11001 100011010 1000110 101100

Color Harmonies of #9021BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9021BE

Black with #9021BE

Text Example


Text Example

White with #9021BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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