Html Css Color HEX #961965 Jazzberry Jam

📋 copy color: '#961965'

red 150 ◦ green 25 ◦ blue 101

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

Shades of Jazzberry Jam #961965

Tints of Jazzberry Jam #961965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 36.59%

R = 54.35%
G = 9.06%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#961965 (or 0x961965) is known color: Jazzberry Jam. HEX triplet: 96, 19 and 65. RGB value is (150,25,101). Sum of RGB (Red+Green+Blue) = 150+25+101=276 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.35% from 276); Green value is 25 (10.16% from 255 or 9.06% from 276); Blue value is 101 (39.84% from 255 or 36.59% from 276); Max value from RGB is 150 - color contains mainly: red. Hex color #961965 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961965 is #69E69A. Grayscale: #464646. Windows color (decimal): -6940315 or 6625686. OLE color: 6625686.

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

Color convert

RGB 150 25 101 -
CMYK 0 0.83 0.33 0.41
HSL 323.52º 0.71% 0.34% -
HSV(B) 323.52º 0.83% 0.59% -
XYZ 15.27 8.12 13.07 -
YUV 71.04 144.91 184.32 -
System Red Green Blue C M Y K H S L
Decimal 150 25 101 0 0.83 0.33 0.41 323.52 0.71 0.34
Hex 96 19 65 0 53 21 29 144 47 22
Octal 226 31 145 0 123 41 51 504 107 42
Binary 10010110 11001 1100101 0 1010011 100001 101001 101000100 1000111 100010

Color Harmonies of #961965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961965

Black with #961965

Text Example


Text Example

White with #961965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961965; }

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

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

background-color css

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

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

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

border-color css

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

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

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