Html Css Color HEX #90044F Jazzberry Jam

📋 copy color: '#90044F'

red 144 ◦ green 4 ◦ blue 79

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

Shades of Jazzberry Jam #90044F

Tints of Jazzberry Jam #90044F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.76%

 BLUE value IS 79 (31.25% from 255) = 34.8%

R = 63.44%
G = 1.76%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.44

RGB Variations

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

Color information

#90044F (or 0x90044F) is known color: Jazzberry Jam. HEX triplet: 90, 04 and 4F. RGB value is (144,4,79). Sum of RGB (Red+Green+Blue) = 144+4+79=227 (30% of max value = 765). Red value is 144 (56.64% from 255 or 63.44% from 227); Green value is 4 (1.95% from 255 or 1.76% from 227); Blue value is 79 (31.25% from 255 or 34.80% from 227); Max value from RGB is 144 - color contains mainly: red. Hex color #90044F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90044F is #6FFBB0. Grayscale: #363636. Windows color (decimal): -7338929 or 5178512. OLE color: 5178512.

HSL color Cylindrical-coordinate representation of color #90044F: hue angle of 327.86º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #90044F is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 4 79 -
CMYK 0 0.97 0.45 0.44
HSL 327.86º 0.95% 0.29% -
HSV(B) 327.86º 0.97% 0.56% -
XYZ 12.96 6.58 7.98 -
YUV 54.41 141.88 191.9 -
System Red Green Blue C M Y K H S L
Decimal 144 4 79 0 0.97 0.45 0.44 327.86 0.95 0.29
Hex 90 4 4F 0 61 2D 2C 148 5F 1D
Octal 220 4 117 0 141 55 54 510 137 35
Binary 10010000 100 1001111 0 1100001 101101 101100 101001000 1011111 11101

Color Harmonies of #90044F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90044F

Black with #90044F

Text Example


Text Example

White with #90044F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,4,79); }

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

background-color css

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

 a { background-color: rgb(144,4,79); }

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

border-color css

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

 span { border-color: rgb(144,4,79); }

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