Html Css Color HEX #970255 Jazzberry Jam

📋 copy color: '#970255'

red 151 ◦ green 2 ◦ blue 85

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

Shades of Jazzberry Jam #970255

Tints of Jazzberry Jam #970255

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.84%

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

R = 63.45%
G = 0.84%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.41

RGB Variations

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

Color information

#970255 (or 0x970255) is known color: Jazzberry Jam. HEX triplet: 97, 02 and 55. RGB value is (151,2,85). Sum of RGB (Red+Green+Blue) = 151+2+85=238 (31% of max value = 765). Red value is 151 (59.38% from 255 or 63.45% from 238); Green value is 2 (1.17% from 255 or 0.84% from 238); Blue value is 85 (33.59% from 255 or 35.71% from 238); Max value from RGB is 151 - color contains mainly: red. Hex color #970255 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970255 is #68FDAA. Grayscale: #373737. Windows color (decimal): -6880683 or 5571223. OLE color: 5571223.

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

Color convert

RGB 151 2 85 -
CMYK 0 0.99 0.44 0.41
HSL 326.58º 0.97% 0.3% -
HSV(B) 326.58º 0.99% 0.59% -
XYZ 14.42 7.28 9.24 -
YUV 56.01 144.36 195.75 -
System Red Green Blue C M Y K H S L
Decimal 151 2 85 0 0.99 0.44 0.41 326.58 0.97 0.3
Hex 97 2 55 0 63 2C 29 147 61 1E
Octal 227 2 125 0 143 54 51 507 141 36
Binary 10010111 10 1010101 0 1100011 101100 101001 101000111 1100001 11110

Color Harmonies of #970255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970255

Black with #970255

Text Example


Text Example

White with #970255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970255; }

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

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

background-color css

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

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

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

border-color css

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

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

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