Html Css Color HEX #961058 Jazzberry Jam

📋 copy color: '#961058'

red 150 ◦ green 16 ◦ blue 88

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

Shades of Jazzberry Jam #961058

Tints of Jazzberry Jam #961058

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.3%

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

R = 59.06%
G = 6.3%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.41

 K value IS 0.41

RGB Variations

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

Color information

#961058 (or 0x961058) is known color: Jazzberry Jam. HEX triplet: 96, 10 and 58. RGB value is (150,16,88). Sum of RGB (Red+Green+Blue) = 150+16+88=254 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.06% from 254); Green value is 16 (6.64% from 255 or 6.30% from 254); Blue value is 88 (34.77% from 255 or 34.65% from 254); Max value from RGB is 150 - color contains mainly: red. Hex color #961058 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961058 is #69EFA7. Grayscale: #404040. Windows color (decimal): -6942632 or 5771414. OLE color: 5771414.

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

Color convert

RGB 150 16 88 -
CMYK 0 0.89 0.41 0.41
HSL 327.76º 0.81% 0.33% -
HSV(B) 327.76º 0.89% 0.59% -
XYZ 14.52 7.56 9.93 -
YUV 64.27 141.39 189.15 -
System Red Green Blue C M Y K H S L
Decimal 150 16 88 0 0.89 0.41 0.41 327.76 0.81 0.33
Hex 96 10 58 0 59 29 29 148 51 21
Octal 226 20 130 0 131 51 51 510 121 41
Binary 10010110 10000 1011000 0 1011001 101001 101001 101001000 1010001 100001

Color Harmonies of #961058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961058

Black with #961058

Text Example


Text Example

White with #961058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961058; }

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

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

background-color css

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

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

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

border-color css

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

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

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