Html Css Color HEX #96185D Jazzberry Jam

📋 copy color: '#96185D'

red 150 ◦ green 24 ◦ blue 93

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

Shades of Jazzberry Jam #96185D

Tints of Jazzberry Jam #96185D

RGB

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

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

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

R = 56.18%
G = 8.99%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#96185D (or 0x96185D) is known color: Jazzberry Jam. HEX triplet: 96, 18 and 5D. RGB value is (150,24,93). Sum of RGB (Red+Green+Blue) = 150+24+93=267 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.18% from 267); Green value is 24 (9.77% from 255 or 8.99% from 267); Blue value is 93 (36.72% from 255 or 34.83% from 267); Max value from RGB is 150 - color contains mainly: red. Hex color #96185D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96185D is #69E7A2. Grayscale: #454545. Windows color (decimal): -6940579 or 6101142. OLE color: 6101142.

HSL color Cylindrical-coordinate representation of color #96185D: hue angle of 327.14º 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 #96185D is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 24 93 -
CMYK 0 0.84 0.38 0.41
HSL 327.14º 0.72% 0.34% -
HSV(B) 327.14º 0.84% 0.59% -
XYZ 14.88 7.93 11.1 -
YUV 69.54 141.24 185.39 -
System Red Green Blue C M Y K H S L
Decimal 150 24 93 0 0.84 0.38 0.41 327.14 0.72 0.34
Hex 96 18 5D 0 54 26 29 147 48 22
Octal 226 30 135 0 124 46 51 507 110 42
Binary 10010110 11000 1011101 0 1010100 100110 101001 101000111 1001000 100010

Color Harmonies of #96185D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96185D

Black with #96185D

Text Example


Text Example

White with #96185D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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