Html Css Color HEX #96125A Jazzberry Jam

📋 copy color: '#96125A'

red 150 ◦ green 18 ◦ blue 90

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

Shades of Jazzberry Jam #96125A

Tints of Jazzberry Jam #96125A

RGB

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

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

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

R = 58.14%
G = 6.98%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.4

 K value IS 0.41

RGB Variations

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

Color information

#96125A (or 0x96125A) is known color: Jazzberry Jam. HEX triplet: 96, 12 and 5A. RGB value is (150,18,90). Sum of RGB (Red+Green+Blue) = 150+18+90=258 (34% of max value = 765). Red value is 150 (58.98% from 255 or 58.14% from 258); Green value is 18 (7.42% from 255 or 6.98% from 258); Blue value is 90 (35.55% from 255 or 34.88% from 258); Max value from RGB is 150 - color contains mainly: red. Hex color #96125A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96125A is #69EDA5. Grayscale: #414141. Windows color (decimal): -6942118 or 5902998. OLE color: 5902998.

HSL color Cylindrical-coordinate representation of color #96125A: hue angle of 327.27º 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 #96125A is Cyan = 0, Magento = 0.88, Yellow = 0.4 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 18 90 -
CMYK 0 0.88 0.4 0.41
HSL 327.27º 0.79% 0.33% -
HSV(B) 327.27º 0.88% 0.59% -
XYZ 14.64 7.65 10.38 -
YUV 65.68 141.73 188.15 -
System Red Green Blue C M Y K H S L
Decimal 150 18 90 0 0.88 0.4 0.41 327.27 0.79 0.33
Hex 96 12 5A 0 58 28 29 147 4F 21
Octal 226 22 132 0 130 50 51 507 117 41
Binary 10010110 10010 1011010 0 1011000 101000 101001 101000111 1001111 100001

Color Harmonies of #96125A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96125A

Black with #96125A

Text Example


Text Example

White with #96125A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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