Html Css Color HEX #971868 Jazzberry Jam

📋 copy color: '#971868'

red 151 ◦ green 24 ◦ blue 104

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

Shades of Jazzberry Jam #971868

Tints of Jazzberry Jam #971868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 37.28%

R = 54.12%
G = 8.6%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#971868 (or 0x971868) is known color: Jazzberry Jam. HEX triplet: 97, 18 and 68. RGB value is (151,24,104). Sum of RGB (Red+Green+Blue) = 151+24+104=279 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.12% from 279); Green value is 24 (9.77% from 255 or 8.60% from 279); Blue value is 104 (41.02% from 255 or 37.28% from 279); Max value from RGB is 151 - color contains mainly: red. Hex color #971868 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971868 is #68E797. Grayscale: #464646. Windows color (decimal): -6875032 or 6822039. OLE color: 6822039.

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

Color convert

RGB 151 24 104 -
CMYK 0 0.84 0.31 0.41
HSL 322.2º 0.73% 0.34% -
HSV(B) 322.2º 0.84% 0.59% -
XYZ 15.59 8.23 13.86 -
YUV 71.09 146.58 185 -
System Red Green Blue C M Y K H S L
Decimal 151 24 104 0 0.84 0.31 0.41 322.2 0.73 0.34
Hex 97 18 68 0 54 1F 29 142 49 22
Octal 227 30 150 0 124 37 51 502 111 42
Binary 10010111 11000 1101000 0 1010100 11111 101001 101000010 1001001 100010

Color Harmonies of #971868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971868

Black with #971868

Text Example


Text Example

White with #971868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971868; }

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

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

background-color css

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

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

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

border-color css

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

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

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