Html Css Color HEX #90165B Jazzberry Jam

📋 copy color: '#90165B'

red 144 ◦ green 22 ◦ blue 91

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

Shades of Jazzberry Jam #90165B

Tints of Jazzberry Jam #90165B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.56%

 BLUE value IS 91 (35.94% from 255) = 35.41%

R = 56.03%
G = 8.56%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.37

 K value IS 0.44

RGB Variations

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

Color information

#90165B (or 0x90165B) is known color: Jazzberry Jam. HEX triplet: 90, 16 and 5B. RGB value is (144,22,91). Sum of RGB (Red+Green+Blue) = 144+22+91=257 (34% of max value = 765). Red value is 144 (56.64% from 255 or 56.03% from 257); Green value is 22 (8.98% from 255 or 8.56% from 257); Blue value is 91 (35.94% from 255 or 35.41% from 257); Max value from RGB is 144 - color contains mainly: red. Hex color #90165B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90165B is #6FE9A4. Grayscale: #424242. Windows color (decimal): -7334309 or 5969552. OLE color: 5969552.

HSL color Cylindrical-coordinate representation of color #90165B: hue angle of 326.07º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #90165B is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 22 91 -
CMYK 0 0.85 0.37 0.44
HSL 326.07º 0.73% 0.33% -
HSV(B) 326.07º 0.85% 0.56% -
XYZ 13.68 7.26 10.58 -
YUV 66.34 141.92 183.39 -
System Red Green Blue C M Y K H S L
Decimal 144 22 91 0 0.85 0.37 0.44 326.07 0.73 0.33
Hex 90 16 5B 0 55 25 2C 146 49 21
Octal 220 26 133 0 125 45 54 506 111 41
Binary 10010000 10110 1011011 0 1010101 100101 101100 101000110 1001001 100001

Color Harmonies of #90165B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90165B

Black with #90165B

Text Example


Text Example

White with #90165B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90165B; }

 p { color: rgb(144,22,91); }

 H1.HeaderClassName
 {
   color: #90165B;
 }
 .AnyTagClassName
 {
   color: #90165B;
 }
</style>

background-color css

<style>
 a { background-color: #90165B; }

 a { background-color: rgb(144,22,91); }

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

border-color css

<style>
 span { border-color: #90165B; }

 span { border-color: rgb(144,22,91); }

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