Html Css Color HEX #902090 Dark Purple

📋 copy color: '#902090'

red 144 ◦ green 32 ◦ blue 144

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

Shades of Dark Purple #902090

Tints of Dark Purple #902090

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10%

 BLUE value IS 144 (56.64% from 255) = 45%

R = 45%
G = 10%
B = 45%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#902090 (or 0x902090) is known color: Dark Purple. HEX triplet: 90, 20 and 90. RGB value is (144,32,144). Sum of RGB (Red+Green+Blue) = 144+32+144=320 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45% from 320); Green value is 32 (12.89% from 255 or 10% from 320); Blue value is 144 (56.64% from 255 or 45% from 320); Max value from RGB is 144 - color contains mainly: red, blue. Hex color #902090 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #902090 is #6FDF6F. Grayscale: #4D4D4D. Windows color (decimal): -7331696 or 9445520. OLE color: 9445520.

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

Color convert

RGB 144 32 144 -
CMYK 0 0.78 0 0.44
HSL 300º 0.64% 0.35% -
HSV(B) 300º 0.78% 0.56% -
XYZ 17.05 8.98 27.22 -
YUV 78.26 165.11 174.89 -
System Red Green Blue C M Y K H S L
Decimal 144 32 144 0 0.78 0 0.44 300 0.64 0.35
Hex 90 20 90 0 4E 0 2C 12C 40 23
Octal 220 40 220 0 116 0 54 454 100 43
Binary 10010000 100000 10010000 0 1001110 0 101100 100101100 1000000 100011

Color Harmonies of #902090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #902090

Black with #902090

Text Example


Text Example

White with #902090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #902090; }

 p { color: rgb(144,32,144); }

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

background-color css

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

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

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

border-color css

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

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

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