Html Css Color HEX #96125E Jazzberry Jam

📋 copy color: '#96125E'

red 150 ◦ green 18 ◦ blue 94

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

Shades of Jazzberry Jam #96125E

Tints of Jazzberry Jam #96125E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.87%

 BLUE value IS 94 (37.11% from 255) = 35.88%

R = 57.25%
G = 6.87%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.37

 K value IS 0.41

RGB Variations

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

Color information

#96125E (or 0x96125E) is known color: Jazzberry Jam. HEX triplet: 96, 12 and 5E. RGB value is (150,18,94). Sum of RGB (Red+Green+Blue) = 150+18+94=262 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.25% from 262); Green value is 18 (7.42% from 255 or 6.87% from 262); Blue value is 94 (37.11% from 255 or 35.88% from 262); Max value from RGB is 150 - color contains mainly: red. Hex color #96125E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96125E is #69EDA1. Grayscale: #414141. Windows color (decimal): -6942114 or 6165142. OLE color: 6165142.

HSL color Cylindrical-coordinate representation of color #96125E: hue angle of 325.45º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #96125E is Cyan = 0, Magento = 0.88, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 18 94 -
CMYK 0 0.88 0.37 0.41
HSL 325.45º 0.79% 0.33% -
HSV(B) 325.45º 0.88% 0.59% -
XYZ 14.81 7.72 11.3 -
YUV 66.13 143.73 187.82 -
System Red Green Blue C M Y K H S L
Decimal 150 18 94 0 0.88 0.37 0.41 325.45 0.79 0.33
Hex 96 12 5E 0 58 25 29 145 4F 21
Octal 226 22 136 0 130 45 51 505 117 41
Binary 10010110 10010 1011110 0 1011000 100101 101001 101000101 1001111 100001

Color Harmonies of #96125E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96125E

Black with #96125E

Text Example


Text Example

White with #96125E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96125E; }

 p { color: rgb(150,18,94); }

 H1.HeaderClassName
 {
   color: #96125E;
 }
 .AnyTagClassName
 {
   color: #96125E;
 }
</style>

background-color css

<style>
 a { background-color: #96125E; }

 a { background-color: rgb(150,18,94); }

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

border-color css

<style>
 span { border-color: #96125E; }

 span { border-color: rgb(150,18,94); }

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