Html Css Color HEX #90238A Dark Purple

📋 copy color: '#90238A'

red 144 ◦ green 35 ◦ blue 138

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

Shades of Dark Purple #90238A

Tints of Dark Purple #90238A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.04%

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

R = 45.43%
G = 11.04%
B = 43.53%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

#90238A (or 0x90238A) is known color: Dark Purple. HEX triplet: 90, 23 and 8A. RGB value is (144,35,138). Sum of RGB (Red+Green+Blue) = 144+35+138=317 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.43% from 317); Green value is 35 (14.06% from 255 or 11.04% from 317); Blue value is 138 (54.30% from 255 or 43.53% from 317); Max value from RGB is 144 - color contains mainly: red. Hex color #90238A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90238A is #6FDC75. Grayscale: #4F4F4F. Windows color (decimal): -7330934 or 9053072. OLE color: 9053072.

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

Color convert

RGB 144 35 138 -
CMYK 0 0.76 0.04 0.44
HSL 303.3º 0.61% 0.35% -
HSV(B) 303.3º 0.76% 0.56% -
XYZ 16.69 8.97 24.9 -
YUV 79.33 161.11 174.12 -
System Red Green Blue C M Y K H S L
Decimal 144 35 138 0 0.76 0.04 0.44 303.3 0.61 0.35
Hex 90 23 8A 0 4C 4 2C 12F 3D 23
Octal 220 43 212 0 114 4 54 457 75 43
Binary 10010000 100011 10001010 0 1001100 100 101100 100101111 111101 100011

Color Harmonies of #90238A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90238A

Black with #90238A

Text Example


Text Example

White with #90238A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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