Html Css Color HEX #90296B Dark Purple

📋 copy color: '#90296B'

red 144 ◦ green 41 ◦ blue 107

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

Shades of Dark Purple #90296B

Tints of Dark Purple #90296B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 36.64%

R = 49.32%
G = 14.04%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.26

 K value IS 0.44

RGB Variations

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

Color information

#90296B (or 0x90296B) is known color: Dark Purple. HEX triplet: 90, 29 and 6B. RGB value is (144,41,107). Sum of RGB (Red+Green+Blue) = 144+41+107=292 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.32% from 292); Green value is 41 (16.41% from 255 or 14.04% from 292); Blue value is 107 (42.19% from 255 or 36.64% from 292); Max value from RGB is 144 - color contains mainly: red. Hex color #90296B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90296B is #6FD694. Grayscale: #4F4F4F. Windows color (decimal): -7329429 or 7022992. OLE color: 7022992.

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

Color convert

RGB 144 41 107 -
CMYK 0 0.72 0.26 0.44
HSL 321.55º 0.56% 0.36% -
HSV(B) 321.55º 0.72% 0.56% -
XYZ 14.95 8.58 14.78 -
YUV 79.32 143.62 174.13 -
System Red Green Blue C M Y K H S L
Decimal 144 41 107 0 0.72 0.26 0.44 321.55 0.56 0.36
Hex 90 29 6B 0 48 1A 2C 142 38 24
Octal 220 51 153 0 110 32 54 502 70 44
Binary 10010000 101001 1101011 0 1001000 11010 101100 101000010 111000 100100

Color Harmonies of #90296B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90296B

Black with #90296B

Text Example


Text Example

White with #90296B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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