Html Css Color HEX #96115D Jazzberry Jam

📋 copy color: '#96115D'

red 150 ◦ green 17 ◦ blue 93

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

Shades of Jazzberry Jam #96115D

Tints of Jazzberry Jam #96115D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 35.77%

R = 57.69%
G = 6.54%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#96115D (or 0x96115D) is known color: Jazzberry Jam. HEX triplet: 96, 11 and 5D. RGB value is (150,17,93). Sum of RGB (Red+Green+Blue) = 150+17+93=260 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.69% from 260); Green value is 17 (7.03% from 255 or 6.54% from 260); Blue value is 93 (36.72% from 255 or 35.77% from 260); Max value from RGB is 150 - color contains mainly: red. Hex color #96115D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96115D is #69EEA2. Grayscale: #414141. Windows color (decimal): -6942371 or 6099350. OLE color: 6099350.

HSL color Cylindrical-coordinate representation of color #96115D: hue angle of 325.71º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #96115D is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 17 93 -
CMYK 0 0.89 0.38 0.41
HSL 325.71º 0.8% 0.33% -
HSV(B) 325.71º 0.89% 0.59% -
XYZ 14.75 7.68 11.06 -
YUV 65.43 143.56 188.32 -
System Red Green Blue C M Y K H S L
Decimal 150 17 93 0 0.89 0.38 0.41 325.71 0.8 0.33
Hex 96 11 5D 0 59 26 29 146 50 21
Octal 226 21 135 0 131 46 51 506 120 41
Binary 10010110 10001 1011101 0 1011001 100110 101001 101000110 1010000 100001

Color Harmonies of #96115D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96115D

Black with #96115D

Text Example


Text Example

White with #96115D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96115D; }

 p { color: rgb(150,17,93); }

 H1.HeaderClassName
 {
   color: #96115D;
 }
 .AnyTagClassName
 {
   color: #96115D;
 }
</style>

background-color css

<style>
 a { background-color: #96115D; }

 a { background-color: rgb(150,17,93); }

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

border-color css

<style>
 span { border-color: #96115D; }

 span { border-color: rgb(150,17,93); }

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