Html Css Color HEX #90228F Dark Purple

📋 copy color: '#90228F'

red 144 ◦ green 34 ◦ blue 143

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

Shades of Dark Purple #90228F

Tints of Dark Purple #90228F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.59%

 BLUE value IS 143 (56.25% from 255) = 44.55%

R = 44.86%
G = 10.59%
B = 44.55%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#90228F (or 0x90228F) is known color: Dark Purple. HEX triplet: 90, 22 and 8F. RGB value is (144,34,143). Sum of RGB (Red+Green+Blue) = 144+34+143=321 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.86% from 321); Green value is 34 (13.67% from 255 or 10.59% from 321); Blue value is 143 (56.25% from 255 or 44.55% from 321); Max value from RGB is 144 - color contains mainly: red. Hex color #90228F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90228F is #6FDD70. Grayscale: #4E4E4E. Windows color (decimal): -7331185 or 9380496. OLE color: 9380496.

HSL color Cylindrical-coordinate representation of color #90228F: hue angle of 300.55º degrees, saturation: 0.62, 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 #90228F is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 34 143 -
CMYK 0 0.76 0.01 0.44
HSL 300.55º 0.62% 0.35% -
HSV(B) 300.55º 0.76% 0.56% -
XYZ 17.03 9.06 26.84 -
YUV 79.32 163.94 174.14 -
System Red Green Blue C M Y K H S L
Decimal 144 34 143 0 0.76 0.01 0.44 300.55 0.62 0.35
Hex 90 22 8F 0 4C 1 2C 12D 3E 23
Octal 220 42 217 0 114 1 54 455 76 43
Binary 10010000 100010 10001111 0 1001100 1 101100 100101101 111110 100011

Color Harmonies of #90228F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90228F

Black with #90228F

Text Example


Text Example

White with #90228F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90228F; }

 p { color: rgb(144,34,143); }

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

background-color css

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

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

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

border-color css

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

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

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