Html Css Color HEX #90218A Dark Purple

📋 copy color: '#90218A'

red 144 ◦ green 33 ◦ blue 138

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

Shades of Dark Purple #90218A

Tints of Dark Purple #90218A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 43.81%

R = 45.71%
G = 10.48%
B = 43.81%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

#90218A (or 0x90218A) is known color: Dark Purple. HEX triplet: 90, 21 and 8A. RGB value is (144,33,138). Sum of RGB (Red+Green+Blue) = 144+33+138=315 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.71% from 315); Green value is 33 (13.28% from 255 or 10.48% from 315); Blue value is 138 (54.30% from 255 or 43.81% from 315); Max value from RGB is 144 - color contains mainly: red. Hex color #90218A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90218A is #6FDE75. Grayscale: #4D4D4D. Windows color (decimal): -7331446 or 9052560. OLE color: 9052560.

HSL color Cylindrical-coordinate representation of color #90218A: hue angle of 303.24º 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 #90218A is Cyan = 0, Magento = 0.77, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 33 138 -
CMYK 0 0.77 0.04 0.44
HSL 303.24º 0.63% 0.35% -
HSV(B) 303.24º 0.77% 0.56% -
XYZ 16.63 8.85 24.88 -
YUV 78.16 161.77 174.96 -
System Red Green Blue C M Y K H S L
Decimal 144 33 138 0 0.77 0.04 0.44 303.24 0.63 0.35
Hex 90 21 8A 0 4D 4 2C 12F 3F 23
Octal 220 41 212 0 115 4 54 457 77 43
Binary 10010000 100001 10001010 0 1001101 100 101100 100101111 111111 100011

Color Harmonies of #90218A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90218A

Black with #90218A

Text Example


Text Example

White with #90218A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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