Html Css Color HEX #96014F Jazzberry Jam

📋 copy color: '#96014F'

red 150 ◦ green 1 ◦ blue 79

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

Shades of Jazzberry Jam #96014F

Tints of Jazzberry Jam #96014F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 34.35%

R = 65.22%
G = 0.43%
B = 34.35%

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

#96014F (or 0x96014F) is known color: Jazzberry Jam. HEX triplet: 96, 01 and 4F. RGB value is (150,1,79). Sum of RGB (Red+Green+Blue) = 150+1+79=230 (30% of max value = 765). Red value is 150 (58.98% from 255 or 65.22% from 230); Green value is 1 (0.78% from 255 or 0.43% from 230); Blue value is 79 (31.25% from 255 or 34.35% from 230); Max value from RGB is 150 - color contains mainly: red. Hex color #96014F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96014F is #69FEB0. Grayscale: #363636. Windows color (decimal): -6946481 or 5177750. OLE color: 5177750.

HSL color Cylindrical-coordinate representation of color #96014F: hue angle of 328.59º 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 #96014F is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 1 79 -
CMYK 0 0.99 0.47 0.41
HSL 328.59º 0.99% 0.3% -
HSV(B) 328.59º 0.99% 0.59% -
XYZ 14 7.07 8.02 -
YUV 54.44 141.86 196.16 -
System Red Green Blue C M Y K H S L
Decimal 150 1 79 0 0.99 0.47 0.41 328.59 0.99 0.3
Hex 96 1 4F 0 63 2F 29 149 63 1E
Octal 226 1 117 0 143 57 51 511 143 36
Binary 10010110 1 1001111 0 1100011 101111 101001 101001001 1100011 11110

Color Harmonies of #96014F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96014F

Black with #96014F

Text Example


Text Example

White with #96014F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96014F; }

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

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

background-color css

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

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

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

border-color css

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

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

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