Html Css Color HEX #970148 Jazzberry Jam

📋 copy color: '#970148'

red 151 ◦ green 1 ◦ blue 72

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

Shades of Jazzberry Jam #970148

Tints of Jazzberry Jam #970148

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.45%

 BLUE value IS 72 (28.52% from 255) = 32.14%

R = 67.41%
G = 0.45%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.52

 K value IS 0.41

RGB Variations

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

Color information

#970148 (or 0x970148) is known color: Jazzberry Jam. HEX triplet: 97, 01 and 48. RGB value is (151,1,72). Sum of RGB (Red+Green+Blue) = 151+1+72=224 (29% of max value = 765). Red value is 151 (59.38% from 255 or 67.41% from 224); Green value is 1 (0.78% from 255 or 0.45% from 224); Blue value is 72 (28.52% from 255 or 32.14% from 224); Max value from RGB is 151 - color contains mainly: red. Hex color #970148 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970148 is #68FEB7. Grayscale: #353535. Windows color (decimal): -6880952 or 4718999. OLE color: 4718999.

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

Color convert

RGB 151 1 72 -
CMYK 0 0.99 0.52 0.41
HSL 331.6º 0.99% 0.3% -
HSV(B) 331.6º 0.99% 0.59% -
XYZ 13.94 7.07 6.76 -
YUV 53.94 138.2 197.23 -
System Red Green Blue C M Y K H S L
Decimal 151 1 72 0 0.99 0.52 0.41 331.6 0.99 0.3
Hex 97 1 48 0 63 34 29 14C 63 1E
Octal 227 1 110 0 143 64 51 514 143 36
Binary 10010111 1 1001000 0 1100011 110100 101001 101001100 1100011 11110

Color Harmonies of #970148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970148

Black with #970148

Text Example


Text Example

White with #970148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970148; }

 p { color: rgb(151,1,72); }

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

background-color css

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

 a { background-color: rgb(151,1,72); }

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

border-color css

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

 span { border-color: rgb(151,1,72); }

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