Html Css Color HEX #90296D Dark Purple

📋 copy color: '#90296D'

red 144 ◦ green 41 ◦ blue 109

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

Shades of Dark Purple #90296D

Tints of Dark Purple #90296D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 37.07%

R = 48.98%
G = 13.95%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#90296D (or 0x90296D) is known color: Dark Purple. HEX triplet: 90, 29 and 6D. RGB value is (144,41,109). Sum of RGB (Red+Green+Blue) = 144+41+109=294 (38% of max value = 765). Red value is 144 (56.64% from 255 or 48.98% from 294); Green value is 41 (16.41% from 255 or 13.95% from 294); Blue value is 109 (42.97% from 255 or 37.07% from 294); Max value from RGB is 144 - color contains mainly: red. Hex color #90296D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90296D is #6FD692. Grayscale: #4F4F4F. Windows color (decimal): -7329427 or 7154064. OLE color: 7154064.

HSL color Cylindrical-coordinate representation of color #90296D: hue angle of 320.39º 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 #90296D is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 41 109 -
CMYK 0 0.72 0.24 0.44
HSL 320.39º 0.56% 0.36% -
HSV(B) 320.39º 0.72% 0.56% -
XYZ 15.05 8.62 15.34 -
YUV 79.55 144.62 173.97 -
System Red Green Blue C M Y K H S L
Decimal 144 41 109 0 0.72 0.24 0.44 320.39 0.56 0.36
Hex 90 29 6D 0 48 18 2C 140 38 24
Octal 220 51 155 0 110 30 54 500 70 44
Binary 10010000 101001 1101101 0 1001000 11000 101100 101000000 111000 100100

Color Harmonies of #90296D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90296D

Black with #90296D

Text Example


Text Example

White with #90296D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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