Html Css Color HEX #90296F Dark Purple

📋 copy color: '#90296F'

red 144 ◦ green 41 ◦ blue 111

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

Shades of Dark Purple #90296F

Tints of Dark Purple #90296F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.85%

 BLUE value IS 111 (43.75% from 255) = 37.5%

R = 48.65%
G = 13.85%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#90296F (or 0x90296F) is known color: Dark Purple. HEX triplet: 90, 29 and 6F. RGB value is (144,41,111). Sum of RGB (Red+Green+Blue) = 144+41+111=296 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.65% from 296); Green value is 41 (16.41% from 255 or 13.85% from 296); Blue value is 111 (43.75% from 255 or 37.5% from 296); Max value from RGB is 144 - color contains mainly: red. Hex color #90296F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90296F is #6FD690. Grayscale: #4F4F4F. Windows color (decimal): -7329425 or 7285136. OLE color: 7285136.

HSL color Cylindrical-coordinate representation of color #90296F: hue angle of 319.22º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #90296F is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 41 111 -
CMYK 0 0.72 0.23 0.44
HSL 319.22º 0.56% 0.36% -
HSV(B) 319.22º 0.72% 0.56% -
XYZ 15.16 8.66 15.91 -
YUV 79.78 145.62 173.81 -
System Red Green Blue C M Y K H S L
Decimal 144 41 111 0 0.72 0.23 0.44 319.22 0.56 0.36
Hex 90 29 6F 0 48 17 2C 13F 38 24
Octal 220 51 157 0 110 27 54 477 70 44
Binary 10010000 101001 1101111 0 1001000 10111 101100 100111111 111000 100100

Color Harmonies of #90296F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90296F

Black with #90296F

Text Example


Text Example

White with #90296F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,41,111); }

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

background-color css

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

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

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

border-color css

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

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

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