Html Css Color HEX #971154 Jazzberry Jam

📋 copy color: '#971154'

red 151 ◦ green 17 ◦ blue 84

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

Shades of Jazzberry Jam #971154

Tints of Jazzberry Jam #971154

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.75%

 BLUE value IS 84 (33.2% from 255) = 33.33%

R = 59.92%
G = 6.75%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.44

 K value IS 0.41

RGB Variations

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

Color information

#971154 (or 0x971154) is known color: Jazzberry Jam. HEX triplet: 97, 11 and 54. RGB value is (151,17,84). Sum of RGB (Red+Green+Blue) = 151+17+84=252 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.92% from 252); Green value is 17 (7.03% from 255 or 6.75% from 252); Blue value is 84 (33.20% from 255 or 33.33% from 252); Max value from RGB is 151 - color contains mainly: red. Hex color #971154 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971154 is #68EEAB. Grayscale: #404040. Windows color (decimal): -6876844 or 5509527. OLE color: 5509527.

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

Color convert

RGB 151 17 84 -
CMYK 0 0.89 0.44 0.41
HSL 330º 0.8% 0.33% -
HSV(B) 330º 0.89% 0.59% -
XYZ 14.56 7.62 9.09 -
YUV 64.7 138.89 189.55 -
System Red Green Blue C M Y K H S L
Decimal 151 17 84 0 0.89 0.44 0.41 330 0.8 0.33
Hex 97 11 54 0 59 2C 29 14A 50 21
Octal 227 21 124 0 131 54 51 512 120 41
Binary 10010111 10001 1010100 0 1011001 101100 101001 101001010 1010000 100001

Color Harmonies of #971154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971154

Black with #971154

Text Example


Text Example

White with #971154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971154; }

 p { color: rgb(151,17,84); }

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

background-color css

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

 a { background-color: rgb(151,17,84); }

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

border-color css

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

 span { border-color: rgb(151,17,84); }

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