Html Css Color HEX #97125A Jazzberry Jam

📋 copy color: '#97125A'

red 151 ◦ green 18 ◦ blue 90

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

Shades of Jazzberry Jam #97125A

Tints of Jazzberry Jam #97125A

RGB

 RED value IS 151 (59.38% from 255) = 58.3%

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

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

R = 58.3%
G = 6.95%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.40

 K value IS 0.41

RGB Variations

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

Color information

#97125A (or 0x97125A) is known color: Jazzberry Jam. HEX triplet: 97, 12 and 5A. RGB value is (151,18,90). Sum of RGB (Red+Green+Blue) = 151+18+90=259 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.30% from 259); Green value is 18 (7.42% from 255 or 6.95% from 259); Blue value is 90 (35.55% from 255 or 34.75% from 259); Max value from RGB is 151 - color contains mainly: red. Hex color #97125A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97125A is #68EDA5. Grayscale: #414141. Windows color (decimal): -6876582 or 5902999. OLE color: 5902999.

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

Color convert

RGB 151 18 90 -
CMYK 0 0.88 0.40 0.41
HSL 327.52º 0.79% 0.33% -
HSV(B) 327.52º 0.88% 0.59% -
XYZ 14.82 7.75 10.39 -
YUV 65.98 141.56 188.65 -
System Red Green Blue C M Y K H S L
Decimal 151 18 90 0 0.88 0.40 0.41 327.52 0.79 0.33
Hex 97 12 5A 0 58 28 29 148 4F 21
Octal 227 22 132 0 130 50 51 510 117 41
Binary 10010111 10010 1011010 0 1011000 101000 101001 101001000 1001111 100001

Color Harmonies of #97125A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97125A

Black with #97125A

Text Example


Text Example

White with #97125A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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