Html Css Color HEX #971866 Jazzberry Jam

📋 copy color: '#971866'

red 151 ◦ green 24 ◦ blue 102

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

Shades of Jazzberry Jam #971866

Tints of Jazzberry Jam #971866

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.66%

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

R = 54.51%
G = 8.66%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.32

 K value IS 0.41

RGB Variations

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

Color information

#971866 (or 0x971866) is known color: Jazzberry Jam. HEX triplet: 97, 18 and 66. RGB value is (151,24,102). Sum of RGB (Red+Green+Blue) = 151+24+102=277 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.51% from 277); Green value is 24 (9.77% from 255 or 8.66% from 277); Blue value is 102 (40.23% from 255 or 36.82% from 277); Max value from RGB is 151 - color contains mainly: red. Hex color #971866 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971866 is #68E799. Grayscale: #464646. Windows color (decimal): -6875034 or 6690967. OLE color: 6690967.

HSL color Cylindrical-coordinate representation of color #971866: hue angle of 323.15º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #971866 is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 24 102 -
CMYK 0 0.84 0.32 0.41
HSL 323.15º 0.73% 0.34% -
HSV(B) 323.15º 0.84% 0.59% -
XYZ 15.49 8.19 13.34 -
YUV 70.87 145.58 185.16 -
System Red Green Blue C M Y K H S L
Decimal 151 24 102 0 0.84 0.32 0.41 323.15 0.73 0.34
Hex 97 18 66 0 54 20 29 143 49 22
Octal 227 30 146 0 124 40 51 503 111 42
Binary 10010111 11000 1100110 0 1010100 100000 101001 101000011 1001001 100010

Color Harmonies of #971866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971866

Black with #971866

Text Example


Text Example

White with #971866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971866; }

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

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

background-color css

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

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

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

border-color css

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

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

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