Html Css Color HEX #961358 Jazzberry Jam

📋 copy color: '#961358'

red 150 ◦ green 19 ◦ blue 88

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

Shades of Jazzberry Jam #961358

Tints of Jazzberry Jam #961358

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.39%

 BLUE value IS 88 (34.77% from 255) = 34.24%

R = 58.37%
G = 7.39%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.41

 K value IS 0.41

RGB Variations

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

Color information

#961358 (or 0x961358) is known color: Jazzberry Jam. HEX triplet: 96, 13 and 58. RGB value is (150,19,88). Sum of RGB (Red+Green+Blue) = 150+19+88=257 (34% of max value = 765). Red value is 150 (58.98% from 255 or 58.37% from 257); Green value is 19 (7.81% from 255 or 7.39% from 257); Blue value is 88 (34.77% from 255 or 34.24% from 257); Max value from RGB is 150 - color contains mainly: red. Hex color #961358 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961358 is #69ECA7. Grayscale: #414141. Windows color (decimal): -6941864 or 5772182. OLE color: 5772182.

HSL color Cylindrical-coordinate representation of color #961358: hue angle of 328.4º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #961358 is Cyan = 0, Magento = 0.87, Yellow = 0.41 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 19 88 -
CMYK 0 0.87 0.41 0.41
HSL 328.4º 0.78% 0.33% -
HSV(B) 328.4º 0.87% 0.59% -
XYZ 14.57 7.65 9.94 -
YUV 66.04 140.4 187.89 -
System Red Green Blue C M Y K H S L
Decimal 150 19 88 0 0.87 0.41 0.41 328.4 0.78 0.33
Hex 96 13 58 0 57 29 29 148 4E 21
Octal 226 23 130 0 127 51 51 510 116 41
Binary 10010110 10011 1011000 0 1010111 101001 101001 101001000 1001110 100001

Color Harmonies of #961358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961358

Black with #961358

Text Example


Text Example

White with #961358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961358; }

 p { color: rgb(150,19,88); }

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

background-color css

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

 a { background-color: rgb(150,19,88); }

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

border-color css

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

 span { border-color: rgb(150,19,88); }

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