Html Css Color HEX #90248A Dark Purple

📋 copy color: '#90248A'

red 144 ◦ green 36 ◦ blue 138

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

Shades of Dark Purple #90248A

Tints of Dark Purple #90248A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.32%

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

R = 45.28%
G = 11.32%
B = 43.4%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

#90248A (or 0x90248A) is known color: Dark Purple. HEX triplet: 90, 24 and 8A. RGB value is (144,36,138). Sum of RGB (Red+Green+Blue) = 144+36+138=318 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45.28% from 318); Green value is 36 (14.45% from 255 or 11.32% from 318); Blue value is 138 (54.30% from 255 or 43.40% from 318); Max value from RGB is 144 - color contains mainly: red. Hex color #90248A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90248A is #6FDB75. Grayscale: #4F4F4F. Windows color (decimal): -7330678 or 9053328. OLE color: 9053328.

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

Color convert

RGB 144 36 138 -
CMYK 0 0.75 0.04 0.44
HSL 303.33º 0.6% 0.35% -
HSV(B) 303.33º 0.75% 0.56% -
XYZ 16.72 9.03 24.91 -
YUV 79.92 160.78 173.71 -
System Red Green Blue C M Y K H S L
Decimal 144 36 138 0 0.75 0.04 0.44 303.33 0.6 0.35
Hex 90 24 8A 0 4B 4 2C 12F 3C 23
Octal 220 44 212 0 113 4 54 457 74 43
Binary 10010000 100100 10001010 0 1001011 100 101100 100101111 111100 100011

Color Harmonies of #90248A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90248A

Black with #90248A

Text Example


Text Example

White with #90248A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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