Html Css Color HEX #970355 Jazzberry Jam

📋 copy color: '#970355'

red 151 ◦ green 3 ◦ blue 85

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

Shades of Jazzberry Jam #970355

Tints of Jazzberry Jam #970355

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.26%

 BLUE value IS 85 (33.59% from 255) = 35.56%

R = 63.18%
G = 1.26%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.41

RGB Variations

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

Color information

#970355 (or 0x970355) is known color: Jazzberry Jam. HEX triplet: 97, 03 and 55. RGB value is (151,3,85). Sum of RGB (Red+Green+Blue) = 151+3+85=239 (31% of max value = 765). Red value is 151 (59.38% from 255 or 63.18% from 239); Green value is 3 (1.56% from 255 or 1.26% from 239); Blue value is 85 (33.59% from 255 or 35.56% from 239); Max value from RGB is 151 - color contains mainly: red. Hex color #970355 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970355 is #68FCAA. Grayscale: #383838. Windows color (decimal): -6880427 or 5571479. OLE color: 5571479.

HSL color Cylindrical-coordinate representation of color #970355: hue angle of 326.76º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #970355 is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 3 85 -
CMYK 0 0.98 0.44 0.41
HSL 326.76º 0.96% 0.3% -
HSV(B) 326.76º 0.98% 0.59% -
XYZ 14.43 7.3 9.24 -
YUV 56.6 144.03 195.33 -
System Red Green Blue C M Y K H S L
Decimal 151 3 85 0 0.98 0.44 0.41 326.76 0.96 0.3
Hex 97 3 55 0 62 2C 29 147 60 1E
Octal 227 3 125 0 142 54 51 507 140 36
Binary 10010111 11 1010101 0 1100010 101100 101001 101000111 1100000 11110

Color Harmonies of #970355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970355

Black with #970355

Text Example


Text Example

White with #970355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970355; }

 p { color: rgb(151,3,85); }

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

background-color css

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

 a { background-color: rgb(151,3,85); }

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

border-color css

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

 span { border-color: rgb(151,3,85); }

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