Html Css Color HEX #970F54 Jazzberry Jam

📋 copy color: '#970F54'

red 151 ◦ green 15 ◦ blue 84

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

Shades of Jazzberry Jam #970F54

Tints of Jazzberry Jam #970F54

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6%

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

R = 60.4%
G = 6%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.44

 K value IS 0.41

RGB Variations

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

Color information

#970F54 (or 0x970F54) is known color: Jazzberry Jam. HEX triplet: 97, 0F and 54. RGB value is (151,15,84). Sum of RGB (Red+Green+Blue) = 151+15+84=250 (33% of max value = 765). Red value is 151 (59.38% from 255 or 60.4% from 250); Green value is 15 (6.25% from 255 or 6% from 250); Blue value is 84 (33.20% from 255 or 33.6% from 250); Max value from RGB is 151 - color contains mainly: red. Hex color #970F54 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970F54 is #68F0AB. Grayscale: #3F3F3F. Windows color (decimal): -6877356 or 5509015. OLE color: 5509015.

HSL color Cylindrical-coordinate representation of color #970F54: hue angle of 329.56º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #970F54 is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 15 84 -
CMYK 0 0.90 0.44 0.41
HSL 329.56º 0.82% 0.33% -
HSV(B) 329.56º 0.9% 0.59% -
XYZ 14.53 7.56 9.08 -
YUV 63.53 139.56 190.39 -
System Red Green Blue C M Y K H S L
Decimal 151 15 84 0 0.90 0.44 0.41 329.56 0.82 0.33
Hex 97 F 54 0 5A 2C 29 14A 52 21
Octal 227 17 124 0 132 54 51 512 122 41
Binary 10010111 1111 1010100 0 1011010 101100 101001 101001010 1010010 100001

Color Harmonies of #970F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970F54

Black with #970F54

Text Example


Text Example

White with #970F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970F54; }

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

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

background-color css

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

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

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

border-color css

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

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

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