Html Css Color HEX #96185A Jazzberry Jam

📋 copy color: '#96185A'

red 150 ◦ green 24 ◦ blue 90

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

Shades of Jazzberry Jam #96185A

Tints of Jazzberry Jam #96185A

RGB

 RED value IS 150 (58.98% from 255) = 56.82%

 GREEN value IS 24 (9.77% from 255) = 9.09%

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

R = 56.82%
G = 9.09%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.4

 K value IS 0.41

RGB Variations

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

Color information

#96185A (or 0x96185A) is known color: Jazzberry Jam. HEX triplet: 96, 18 and 5A. RGB value is (150,24,90). Sum of RGB (Red+Green+Blue) = 150+24+90=264 (34% of max value = 765). Red value is 150 (58.98% from 255 or 56.82% from 264); Green value is 24 (9.77% from 255 or 9.09% from 264); Blue value is 90 (35.55% from 255 or 34.09% from 264); Max value from RGB is 150 - color contains mainly: red. Hex color #96185A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96185A is #69E7A5. Grayscale: #454545. Windows color (decimal): -6940582 or 5904534. OLE color: 5904534.

HSL color Cylindrical-coordinate representation of color #96185A: hue angle of 328.57º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #96185A is Cyan = 0, Magento = 0.84, Yellow = 0.4 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 24 90 -
CMYK 0 0.84 0.4 0.41
HSL 328.57º 0.72% 0.34% -
HSV(B) 328.57º 0.84% 0.59% -
XYZ 14.75 7.88 10.42 -
YUV 69.2 139.74 185.63 -
System Red Green Blue C M Y K H S L
Decimal 150 24 90 0 0.84 0.4 0.41 328.57 0.72 0.34
Hex 96 18 5A 0 54 28 29 149 48 22
Octal 226 30 132 0 124 50 51 511 110 42
Binary 10010110 11000 1011010 0 1010100 101000 101001 101001001 1001000 100010

Color Harmonies of #96185A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96185A

Black with #96185A

Text Example


Text Example

White with #96185A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,24,90); }

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

background-color css

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

 a { background-color: rgb(150,24,90); }

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

border-color css

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

 span { border-color: rgb(150,24,90); }

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