Html Css Color HEX #90115C Jazzberry Jam

📋 copy color: '#90115C'

red 144 ◦ green 17 ◦ blue 92

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

Shades of Jazzberry Jam #90115C

Tints of Jazzberry Jam #90115C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 36.36%

R = 56.92%
G = 6.72%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.36

 K value IS 0.44

RGB Variations

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

Color information

#90115C (or 0x90115C) is known color: Jazzberry Jam. HEX triplet: 90, 11 and 5C. RGB value is (144,17,92). Sum of RGB (Red+Green+Blue) = 144+17+92=253 (33% of max value = 765). Red value is 144 (56.64% from 255 or 56.92% from 253); Green value is 17 (7.03% from 255 or 6.72% from 253); Blue value is 92 (36.33% from 255 or 36.36% from 253); Max value from RGB is 144 - color contains mainly: red. Hex color #90115C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90115C is #6FEEA3. Grayscale: #3F3F3F. Windows color (decimal): -7335588 or 6033808. OLE color: 6033808.

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

Color convert

RGB 144 17 92 -
CMYK 0 0.88 0.36 0.44
HSL 324.57º 0.79% 0.32% -
HSV(B) 324.57º 0.88% 0.56% -
XYZ 13.63 7.1 10.78 -
YUV 63.52 144.08 185.4 -
System Red Green Blue C M Y K H S L
Decimal 144 17 92 0 0.88 0.36 0.44 324.57 0.79 0.32
Hex 90 11 5C 0 58 24 2C 145 4F 20
Octal 220 21 134 0 130 44 54 505 117 40
Binary 10010000 10001 1011100 0 1011000 100100 101100 101000101 1001111 100000

Color Harmonies of #90115C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90115C

Black with #90115C

Text Example


Text Example

White with #90115C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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