Html Css Color HEX #971F66 Jazzberry Jam

📋 copy color: '#971F66'

red 151 ◦ green 31 ◦ blue 102

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

Shades of Jazzberry Jam #971F66

Tints of Jazzberry Jam #971F66

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.92%

 BLUE value IS 102 (40.23% from 255) = 35.92%

R = 53.17%
G = 10.92%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.32

 K value IS 0.41

RGB Variations

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

Color information

#971F66 (or 0x971F66) is known color: Jazzberry Jam. HEX triplet: 97, 1F and 66. RGB value is (151,31,102). Sum of RGB (Red+Green+Blue) = 151+31+102=284 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.17% from 284); Green value is 31 (12.5% from 255 or 10.92% from 284); Blue value is 102 (40.23% from 255 or 35.92% from 284); Max value from RGB is 151 - color contains mainly: red. Hex color #971F66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #971F66 is #68E099. Grayscale: #4A4A4A. Windows color (decimal): -6873242 or 6692759. OLE color: 6692759.

HSL color Cylindrical-coordinate representation of color #971F66: hue angle of 324.5º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #971F66 is Cyan = 0, Magento = 0.79, Yellow = 0.32 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 31 102 -
CMYK 0 0.79 0.32 0.41
HSL 324.5º 0.66% 0.36% -
HSV(B) 324.5º 0.79% 0.59% -
XYZ 15.65 8.52 13.39 -
YUV 74.97 143.26 182.23 -
System Red Green Blue C M Y K H S L
Decimal 151 31 102 0 0.79 0.32 0.41 324.5 0.66 0.36
Hex 97 1F 66 0 4F 20 29 144 42 24
Octal 227 37 146 0 117 40 51 504 102 44
Binary 10010111 11111 1100110 0 1001111 100000 101001 101000100 1000010 100100

Color Harmonies of #971F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971F66

Black with #971F66

Text Example


Text Example

White with #971F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971F66; }

 p { color: rgb(151,31,102); }

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

background-color css

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

 a { background-color: rgb(151,31,102); }

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

border-color css

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

 span { border-color: rgb(151,31,102); }

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