Html Css Color HEX #970150 Jazzberry Jam

📋 copy color: '#970150'

red 151 ◦ green 1 ◦ blue 80

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

Shades of Jazzberry Jam #970150

Tints of Jazzberry Jam #970150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 34.48%

R = 65.09%
G = 0.43%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#970150 (or 0x970150) is known color: Jazzberry Jam. HEX triplet: 97, 01 and 50. RGB value is (151,1,80). Sum of RGB (Red+Green+Blue) = 151+1+80=232 (30% of max value = 765). Red value is 151 (59.38% from 255 or 65.09% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 80 (31.64% from 255 or 34.48% from 232); Max value from RGB is 151 - color contains mainly: red. Hex color #970150 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970150 is #68FEAF. Grayscale: #363636. Windows color (decimal): -6880944 or 5243287. OLE color: 5243287.

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

Color convert

RGB 151 1 80 -
CMYK 0 0.99 0.47 0.41
HSL 328.4º 0.99% 0.3% -
HSV(B) 328.4º 0.99% 0.59% -
XYZ 14.22 7.18 8.23 -
YUV 54.86 142.2 196.58 -
System Red Green Blue C M Y K H S L
Decimal 151 1 80 0 0.99 0.47 0.41 328.4 0.99 0.3
Hex 97 1 50 0 63 2F 29 148 63 1E
Octal 227 1 120 0 143 57 51 510 143 36
Binary 10010111 1 1010000 0 1100011 101111 101001 101001000 1100011 11110

Color Harmonies of #970150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970150

Black with #970150

Text Example


Text Example

White with #970150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970150; }

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

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

background-color css

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

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

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

border-color css

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

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

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