Html Css Color HEX #90115A Jazzberry Jam

📋 copy color: '#90115A'

red 144 ◦ green 17 ◦ blue 90

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

Shades of Jazzberry Jam #90115A

Tints of Jazzberry Jam #90115A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.77%

 BLUE value IS 90 (35.55% from 255) = 35.86%

R = 57.37%
G = 6.77%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.37

 K value IS 0.44

RGB Variations

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

Color information

#90115A (or 0x90115A) is known color: Jazzberry Jam. HEX triplet: 90, 11 and 5A. RGB value is (144,17,90). Sum of RGB (Red+Green+Blue) = 144+17+90=251 (33% of max value = 765). Red value is 144 (56.64% from 255 or 57.37% from 251); Green value is 17 (7.03% from 255 or 6.77% from 251); Blue value is 90 (35.55% from 255 or 35.86% from 251); Max value from RGB is 144 - color contains mainly: red. Hex color #90115A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90115A is #6FEEA5. Grayscale: #3F3F3F. Windows color (decimal): -7335590 or 5902736. OLE color: 5902736.

HSL color Cylindrical-coordinate representation of color #90115A: hue angle of 325.51º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #90115A is Cyan = 0, Magento = 0.88, Yellow = 0.37 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 17 90 -
CMYK 0 0.88 0.37 0.44
HSL 325.51º 0.79% 0.32% -
HSV(B) 325.51º 0.88% 0.56% -
XYZ 13.55 7.07 10.32 -
YUV 63.3 143.08 185.56 -
System Red Green Blue C M Y K H S L
Decimal 144 17 90 0 0.88 0.37 0.44 325.51 0.79 0.32
Hex 90 11 5A 0 58 25 2C 146 4F 20
Octal 220 21 132 0 130 45 54 506 117 40
Binary 10010000 10001 1011010 0 1011000 100101 101100 101000110 1001111 100000

Color Harmonies of #90115A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90115A

Black with #90115A

Text Example


Text Example

White with #90115A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,17,90); }

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

background-color css

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

 a { background-color: rgb(144,17,90); }

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

border-color css

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

 span { border-color: rgb(144,17,90); }

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