Html Css Color HEX #90155E Jazzberry Jam

📋 copy color: '#90155E'

red 144 ◦ green 21 ◦ blue 94

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

Shades of Jazzberry Jam #90155E

Tints of Jazzberry Jam #90155E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.11%

 BLUE value IS 94 (37.11% from 255) = 36.29%

R = 55.6%
G = 8.11%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.35

 K value IS 0.44

RGB Variations

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

Color information

#90155E (or 0x90155E) is known color: Jazzberry Jam. HEX triplet: 90, 15 and 5E. RGB value is (144,21,94). Sum of RGB (Red+Green+Blue) = 144+21+94=259 (34% of max value = 765). Red value is 144 (56.64% from 255 or 55.60% from 259); Green value is 21 (8.59% from 255 or 8.11% from 259); Blue value is 94 (37.11% from 255 or 36.29% from 259); Max value from RGB is 144 - color contains mainly: red. Hex color #90155E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90155E is #6FEAA1. Grayscale: #414141. Windows color (decimal): -7334562 or 6165904. OLE color: 6165904.

HSL color Cylindrical-coordinate representation of color #90155E: hue angle of 324.39º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #90155E is Cyan = 0, Magento = 0.85, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 21 94 -
CMYK 0 0.85 0.35 0.44
HSL 324.39º 0.75% 0.32% -
HSV(B) 324.39º 0.85% 0.56% -
XYZ 13.79 7.27 11.27 -
YUV 66.1 143.75 183.56 -
System Red Green Blue C M Y K H S L
Decimal 144 21 94 0 0.85 0.35 0.44 324.39 0.75 0.32
Hex 90 15 5E 0 55 23 2C 144 4B 20
Octal 220 25 136 0 125 43 54 504 113 40
Binary 10010000 10101 1011110 0 1010101 100011 101100 101000100 1001011 100000

Color Harmonies of #90155E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90155E

Black with #90155E

Text Example


Text Example

White with #90155E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90155E; }

 p { color: rgb(144,21,94); }

 H1.HeaderClassName
 {
   color: #90155E;
 }
 .AnyTagClassName
 {
   color: #90155E;
 }
</style>

background-color css

<style>
 a { background-color: #90155E; }

 a { background-color: rgb(144,21,94); }

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

border-color css

<style>
 span { border-color: #90155E; }

 span { border-color: rgb(144,21,94); }

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