Html Css Color HEX #90297A Dark Purple

📋 copy color: '#90297A'

red 144 ◦ green 41 ◦ blue 122

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

Shades of Dark Purple #90297A

Tints of Dark Purple #90297A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 39.74%

R = 46.91%
G = 13.36%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#90297A (or 0x90297A) is known color: Dark Purple. HEX triplet: 90, 29 and 7A. RGB value is (144,41,122). Sum of RGB (Red+Green+Blue) = 144+41+122=307 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.91% from 307); Green value is 41 (16.41% from 255 or 13.36% from 307); Blue value is 122 (48.05% from 255 or 39.74% from 307); Max value from RGB is 144 - color contains mainly: red. Hex color #90297A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90297A is #6FD685. Grayscale: #505050. Windows color (decimal): -7329414 or 8006032. OLE color: 8006032.

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

Color convert

RGB 144 41 122 -
CMYK 0 0.72 0.15 0.44
HSL 312.82º 0.56% 0.36% -
HSV(B) 312.82º 0.72% 0.56% -
XYZ 15.81 8.92 19.3 -
YUV 81.03 151.12 172.91 -
System Red Green Blue C M Y K H S L
Decimal 144 41 122 0 0.72 0.15 0.44 312.82 0.56 0.36
Hex 90 29 7A 0 48 F 2C 139 38 24
Octal 220 51 172 0 110 17 54 471 70 44
Binary 10010000 101001 1111010 0 1001000 1111 101100 100111001 111000 100100

Color Harmonies of #90297A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90297A

Black with #90297A

Text Example


Text Example

White with #90297A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90297A; }

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

 H1.HeaderClassName
 {
   color: #90297A;
 }
 .AnyTagClassName
 {
   color: #90297A;
 }
</style>

background-color css

<style>
 a { background-color: #90297A; }

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

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

border-color css

<style>
 span { border-color: #90297A; }

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

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