Html Css Color HEX #90296C Dark Purple

📋 copy color: '#90296C'

red 144 ◦ green 41 ◦ blue 108

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

Shades of Dark Purple #90296C

Tints of Dark Purple #90296C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 36.86%

R = 49.15%
G = 13.99%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.25

 K value IS 0.44

RGB Variations

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

Color information

#90296C (or 0x90296C) is known color: Dark Purple. HEX triplet: 90, 29 and 6C. RGB value is (144,41,108). Sum of RGB (Red+Green+Blue) = 144+41+108=293 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.15% from 293); Green value is 41 (16.41% from 255 or 13.99% from 293); Blue value is 108 (42.58% from 255 or 36.86% from 293); Max value from RGB is 144 - color contains mainly: red. Hex color #90296C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90296C is #6FD693. Grayscale: #4F4F4F. Windows color (decimal): -7329428 or 7088528. OLE color: 7088528.

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

Color convert

RGB 144 41 108 -
CMYK 0 0.72 0.25 0.44
HSL 320.97º 0.56% 0.36% -
HSV(B) 320.97º 0.72% 0.56% -
XYZ 15 8.6 15.06 -
YUV 79.44 144.12 174.05 -
System Red Green Blue C M Y K H S L
Decimal 144 41 108 0 0.72 0.25 0.44 320.97 0.56 0.36
Hex 90 29 6C 0 48 19 2C 141 38 24
Octal 220 51 154 0 110 31 54 501 70 44
Binary 10010000 101001 1101100 0 1001000 11001 101100 101000001 111000 100100

Color Harmonies of #90296C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90296C

Black with #90296C

Text Example


Text Example

White with #90296C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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