Html Css Color HEX #90218C Dark Purple

📋 copy color: '#90218C'

red 144 ◦ green 33 ◦ blue 140

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

Shades of Dark Purple #90218C

Tints of Dark Purple #90218C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 44.16%

R = 45.43%
G = 10.41%
B = 44.16%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#90218C (or 0x90218C) is known color: Dark Purple. HEX triplet: 90, 21 and 8C. RGB value is (144,33,140). Sum of RGB (Red+Green+Blue) = 144+33+140=317 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.43% from 317); Green value is 33 (13.28% from 255 or 10.41% from 317); Blue value is 140 (55.08% from 255 or 44.16% from 317); Max value from RGB is 144 - color contains mainly: red. Hex color #90218C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90218C is #6FDE73. Grayscale: #4E4E4E. Windows color (decimal): -7331444 or 9183632. OLE color: 9183632.

HSL color Cylindrical-coordinate representation of color #90218C: hue angle of 302.16º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #90218C is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 33 140 -
CMYK 0 0.77 0.03 0.44
HSL 302.16º 0.63% 0.35% -
HSV(B) 302.16º 0.77% 0.56% -
XYZ 16.78 8.91 25.65 -
YUV 78.39 162.77 174.8 -
System Red Green Blue C M Y K H S L
Decimal 144 33 140 0 0.77 0.03 0.44 302.16 0.63 0.35
Hex 90 21 8C 0 4D 3 2C 12E 3F 23
Octal 220 41 214 0 115 3 54 456 77 43
Binary 10010000 100001 10001100 0 1001101 11 101100 100101110 111111 100011

Color Harmonies of #90218C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90218C

Black with #90218C

Text Example


Text Example

White with #90218C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90218C; }

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

 H1.HeaderClassName
 {
   color: #90218C;
 }
 .AnyTagClassName
 {
   color: #90218C;
 }
</style>

background-color css

<style>
 a { background-color: #90218C; }

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

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

border-color css

<style>
 span { border-color: #90218C; }

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

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