Html Css Color HEX #970853 Jazzberry Jam

📋 copy color: '#970853'

red 151 ◦ green 8 ◦ blue 83

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

Shades of Jazzberry Jam #970853

Tints of Jazzberry Jam #970853

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.31%

 BLUE value IS 83 (32.81% from 255) = 34.3%

R = 62.4%
G = 3.31%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.45

 K value IS 0.41

RGB Variations

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

Color information

#970853 (or 0x970853) is known color: Jazzberry Jam. HEX triplet: 97, 08 and 53. RGB value is (151,8,83). Sum of RGB (Red+Green+Blue) = 151+8+83=242 (32% of max value = 765). Red value is 151 (59.38% from 255 or 62.40% from 242); Green value is 8 (3.52% from 255 or 3.31% from 242); Blue value is 83 (32.81% from 255 or 34.30% from 242); Max value from RGB is 151 - color contains mainly: red. Hex color #970853 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970853 is #68F7AC. Grayscale: #3B3B3B. Windows color (decimal): -6879149 or 5441687. OLE color: 5441687.

HSL color Cylindrical-coordinate representation of color #970853: hue angle of 328.53º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #970853 is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 8 83 -
CMYK 0 0.95 0.45 0.41
HSL 328.53º 0.9% 0.31% -
HSV(B) 328.53º 0.95% 0.59% -
XYZ 14.41 7.38 8.85 -
YUV 59.31 141.38 193.4 -
System Red Green Blue C M Y K H S L
Decimal 151 8 83 0 0.95 0.45 0.41 328.53 0.9 0.31
Hex 97 8 53 0 5F 2D 29 149 5A 1F
Octal 227 10 123 0 137 55 51 511 132 37
Binary 10010111 1000 1010011 0 1011111 101101 101001 101001001 1011010 11111

Color Harmonies of #970853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970853

Black with #970853

Text Example


Text Example

White with #970853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970853; }

 p { color: rgb(151,8,83); }

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

background-color css

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

 a { background-color: rgb(151,8,83); }

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

border-color css

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

 span { border-color: rgb(151,8,83); }

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