Html Css Color HEX #961968 Jazzberry Jam

📋 copy color: '#961968'

red 150 ◦ green 25 ◦ blue 104

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

Shades of Jazzberry Jam #961968

Tints of Jazzberry Jam #961968

RGB

 RED value IS 150 (58.98% from 255) = 53.76%

 GREEN value IS 25 (10.16% from 255) = 8.96%

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

R = 53.76%
G = 8.96%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#961968 (or 0x961968) is known color: Jazzberry Jam. HEX triplet: 96, 19 and 68. RGB value is (150,25,104). Sum of RGB (Red+Green+Blue) = 150+25+104=279 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.76% from 279); Green value is 25 (10.16% from 255 or 8.96% from 279); Blue value is 104 (41.02% from 255 or 37.28% from 279); Max value from RGB is 150 - color contains mainly: red. Hex color #961968 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961968 is #69E697. Grayscale: #474747. Windows color (decimal): -6940312 or 6822294. OLE color: 6822294.

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

Color convert

RGB 150 25 104 -
CMYK 0 0.83 0.31 0.41
HSL 322.08º 0.71% 0.34% -
HSV(B) 322.08º 0.83% 0.59% -
XYZ 15.42 8.18 13.86 -
YUV 71.38 146.41 184.08 -
System Red Green Blue C M Y K H S L
Decimal 150 25 104 0 0.83 0.31 0.41 322.08 0.71 0.34
Hex 96 19 68 0 53 1F 29 142 47 22
Octal 226 31 150 0 123 37 51 502 107 42
Binary 10010110 11001 1101000 0 1010011 11111 101001 101000010 1000111 100010

Color Harmonies of #961968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961968

Black with #961968

Text Example


Text Example

White with #961968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961968; }

 p { color: rgb(150,25,104); }

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

background-color css

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

 a { background-color: rgb(150,25,104); }

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

border-color css

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

 span { border-color: rgb(150,25,104); }

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