Html Css Color HEX #960150 Jazzberry Jam

📋 copy color: '#960150'

red 150 ◦ green 1 ◦ blue 80

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

Shades of Jazzberry Jam #960150

Tints of Jazzberry Jam #960150

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

 BLUE value IS 80 (31.64% from 255) = 34.63%

R = 64.94%
G = 0.43%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#960150 (or 0x960150) is known color: Jazzberry Jam. HEX triplet: 96, 01 and 50. RGB value is (150,1,80). Sum of RGB (Red+Green+Blue) = 150+1+80=231 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.94% from 231); Green value is 1 (0.78% from 255 or 0.43% from 231); Blue value is 80 (31.64% from 255 or 34.63% from 231); Max value from RGB is 150 - color contains mainly: red. Hex color #960150 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960150 is #69FEAF. Grayscale: #363636. Windows color (decimal): -6946480 or 5243286. OLE color: 5243286.

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

Color convert

RGB 150 1 80 -
CMYK 0 0.99 0.47 0.41
HSL 328.19º 0.99% 0.3% -
HSV(B) 328.19º 0.99% 0.59% -
XYZ 14.04 7.08 8.22 -
YUV 54.56 142.36 196.08 -
System Red Green Blue C M Y K H S L
Decimal 150 1 80 0 0.99 0.47 0.41 328.19 0.99 0.3
Hex 96 1 50 0 63 2F 29 148 63 1E
Octal 226 1 120 0 143 57 51 510 143 36
Binary 10010110 1 1010000 0 1100011 101111 101001 101001000 1100011 11110

Color Harmonies of #960150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960150

Black with #960150

Text Example


Text Example

White with #960150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960150; }

 p { color: rgb(150,1,80); }

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

background-color css

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

 a { background-color: rgb(150,1,80); }

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

border-color css

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

 span { border-color: rgb(150,1,80); }

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