Html Css Color HEX #96004F Jazzberry Jam

📋 copy color: '#96004F'

red 150 ◦ green 0 ◦ blue 79

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

Shades of Jazzberry Jam #96004F

Tints of Jazzberry Jam #96004F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 65.5%
G = 0%
B = 34.5%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#96004F (or 0x96004F) is known color: Jazzberry Jam. HEX triplet: 96, 00 and 4F. RGB value is (150,0,79). Sum of RGB (Red+Green+Blue) = 150+0+79=229 (30% of max value = 765). Red value is 150 (58.98% from 255 or 65.50% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 79 (31.25% from 255 or 34.50% from 229); Max value from RGB is 150 - color contains mainly: red. Hex color #96004F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96004F is #69FFB0. Grayscale: #353535. Windows color (decimal): -6946737 or 5177494. OLE color: 5177494.

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

Color convert

RGB 150 0 79 -
CMYK 0 1 0.47 0.41
HSL 328.4º 1% 0.29% -
HSV(B) 328.4º 1% 0.59% -
XYZ 13.99 7.05 8.02 -
YUV 53.86 142.2 196.58 -
System Red Green Blue C M Y K H S L
Decimal 150 0 79 0 1 0.47 0.41 328.4 1 0.29
Hex 96 0 4F 0 64 2F 29 148 64 1D
Octal 226 0 117 0 144 57 51 510 144 35
Binary 10010110 0 1001111 0 1100100 101111 101001 101001000 1100100 11101

Color Harmonies of #96004F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96004F

Black with #96004F

Text Example


Text Example

White with #96004F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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