Html Css Color HEX #96105D Jazzberry Jam

📋 copy color: '#96105D'

red 150 ◦ green 16 ◦ blue 93

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

Shades of Jazzberry Jam #96105D

Tints of Jazzberry Jam #96105D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.18%

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

R = 57.92%
G = 6.18%
B = 35.91%

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

#96105D (or 0x96105D) is known color: Jazzberry Jam. HEX triplet: 96, 10 and 5D. RGB value is (150,16,93). Sum of RGB (Red+Green+Blue) = 150+16+93=259 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.92% from 259); Green value is 16 (6.64% from 255 or 6.18% from 259); Blue value is 93 (36.72% from 255 or 35.91% from 259); Max value from RGB is 150 - color contains mainly: red. Hex color #96105D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96105D is #69EFA2. Grayscale: #404040. Windows color (decimal): -6942627 or 6099094. OLE color: 6099094.

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

Color convert

RGB 150 16 93 -
CMYK 0 0.89 0.38 0.41
HSL 325.52º 0.81% 0.33% -
HSV(B) 325.52º 0.89% 0.59% -
XYZ 14.74 7.64 11.05 -
YUV 64.84 143.89 188.74 -
System Red Green Blue C M Y K H S L
Decimal 150 16 93 0 0.89 0.38 0.41 325.52 0.81 0.33
Hex 96 10 5D 0 59 26 29 146 51 21
Octal 226 20 135 0 131 46 51 506 121 41
Binary 10010110 10000 1011101 0 1011001 100110 101001 101000110 1010001 100001

Color Harmonies of #96105D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96105D

Black with #96105D

Text Example


Text Example

White with #96105D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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