Html Css Color HEX #960653 Jazzberry Jam

📋 copy color: '#960653'

red 150 ◦ green 6 ◦ blue 83

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

Shades of Jazzberry Jam #960653

Tints of Jazzberry Jam #960653

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.51%

 BLUE value IS 83 (32.81% from 255) = 34.73%

R = 62.76%
G = 2.51%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.41

RGB Variations

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

Color information

#960653 (or 0x960653) is known color: Jazzberry Jam. HEX triplet: 96, 06 and 53. RGB value is (150,6,83). Sum of RGB (Red+Green+Blue) = 150+6+83=239 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.76% from 239); Green value is 6 (2.73% from 255 or 2.51% from 239); Blue value is 83 (32.81% from 255 or 34.73% from 239); Max value from RGB is 150 - color contains mainly: red. Hex color #960653 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960653 is #69F9AC. Grayscale: #393939. Windows color (decimal): -6945197 or 5441174. OLE color: 5441174.

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

Color convert

RGB 150 6 83 -
CMYK 0 0.96 0.45 0.41
HSL 327.92º 0.92% 0.31% -
HSV(B) 327.92º 0.96% 0.59% -
XYZ 14.2 7.24 8.83 -
YUV 57.83 142.21 193.74 -
System Red Green Blue C M Y K H S L
Decimal 150 6 83 0 0.96 0.45 0.41 327.92 0.92 0.31
Hex 96 6 53 0 60 2D 29 148 5C 1F
Octal 226 6 123 0 140 55 51 510 134 37
Binary 10010110 110 1010011 0 1100000 101101 101001 101001000 1011100 11111

Color Harmonies of #960653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960653

Black with #960653

Text Example


Text Example

White with #960653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960653; }

 p { color: rgb(150,6,83); }

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

background-color css

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

 a { background-color: rgb(150,6,83); }

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

border-color css

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

 span { border-color: rgb(150,6,83); }

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