Html Css Color HEX #97095A Jazzberry Jam

📋 copy color: '#97095A'

red 151 ◦ green 9 ◦ blue 90

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

Shades of Jazzberry Jam #97095A

Tints of Jazzberry Jam #97095A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.6%

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

R = 60.4%
G = 3.6%
B = 36%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.40

 K value IS 0.41

RGB Variations

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

Color information

#97095A (or 0x97095A) is known color: Jazzberry Jam. HEX triplet: 97, 09 and 5A. RGB value is (151,9,90). Sum of RGB (Red+Green+Blue) = 151+9+90=250 (33% of max value = 765). Red value is 151 (59.38% from 255 or 60.4% from 250); Green value is 9 (3.91% from 255 or 3.6% from 250); Blue value is 90 (35.55% from 255 or 36% from 250); Max value from RGB is 151 - color contains mainly: red. Hex color #97095A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97095A is #68F6A5. Grayscale: #3C3C3C. Windows color (decimal): -6878886 or 5900695. OLE color: 5900695.

HSL color Cylindrical-coordinate representation of color #97095A: hue angle of 325.77º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #97095A is Cyan = 0, Magento = 0.94, Yellow = 0.40 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 9 90 -
CMYK 0 0.94 0.40 0.41
HSL 325.77º 0.89% 0.31% -
HSV(B) 325.77º 0.94% 0.59% -
XYZ 14.71 7.51 10.35 -
YUV 60.69 144.54 192.41 -
System Red Green Blue C M Y K H S L
Decimal 151 9 90 0 0.94 0.40 0.41 325.77 0.89 0.31
Hex 97 9 5A 0 5E 28 29 146 59 1F
Octal 227 11 132 0 136 50 51 506 131 37
Binary 10010111 1001 1011010 0 1011110 101000 101001 101000110 1011001 11111

Color Harmonies of #97095A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97095A

Black with #97095A

Text Example


Text Example

White with #97095A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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