Html Css Color HEX #971F67 Jazzberry Jam

📋 copy color: '#971F67'

red 151 ◦ green 31 ◦ blue 103

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

Shades of Jazzberry Jam #971F67

Tints of Jazzberry Jam #971F67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 36.14%

R = 52.98%
G = 10.88%
B = 36.14%

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

#971F67 (or 0x971F67) is known color: Jazzberry Jam. HEX triplet: 97, 1F and 67. RGB value is (151,31,103). Sum of RGB (Red+Green+Blue) = 151+31+103=285 (37% of max value = 765). Red value is 151 (59.38% from 255 or 52.98% from 285); Green value is 31 (12.5% from 255 or 10.88% from 285); Blue value is 103 (40.62% from 255 or 36.14% from 285); Max value from RGB is 151 - color contains mainly: red. Hex color #971F67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #971F67 is #68E098. Grayscale: #4A4A4A. Windows color (decimal): -6873241 or 6758295. OLE color: 6758295.

HSL color Cylindrical-coordinate representation of color #971F67: hue angle of 324º 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 #971F67 is Cyan = 0, Magento = 0.79, Yellow = 0.32 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 31 103 -
CMYK 0 0.79 0.32 0.41
HSL 324º 0.66% 0.36% -
HSV(B) 324º 0.79% 0.59% -
XYZ 15.7 8.54 13.65 -
YUV 75.09 143.76 182.15 -
System Red Green Blue C M Y K H S L
Decimal 151 31 103 0 0.79 0.32 0.41 324 0.66 0.36
Hex 97 1F 67 0 4F 20 29 144 42 24
Octal 227 37 147 0 117 40 51 504 102 44
Binary 10010111 11111 1100111 0 1001111 100000 101001 101000100 1000010 100100

Color Harmonies of #971F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971F67

Black with #971F67

Text Example


Text Example

White with #971F67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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