Html Css Color HEX #98004F Jazzberry Jam

📋 copy color: '#98004F'

red 152 ◦ green 0 ◦ blue 79

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

Shades of Jazzberry Jam #98004F

Tints of Jazzberry Jam #98004F

RGB

 RED value IS 152 (59.77% from 255) = 65.8%

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

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

R = 65.8%
G = 0%
B = 34.2%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.48

 K value IS 0.40

RGB Variations

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

Color information

#98004F (or 0x98004F) is known color: Jazzberry Jam. HEX triplet: 98, 00 and 4F. RGB value is (152,0,79). Sum of RGB (Red+Green+Blue) = 152+0+79=231 (30% of max value = 765). Red value is 152 (59.77% from 255 or 65.80% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 79 (31.25% from 255 or 34.20% from 231); Max value from RGB is 152 - color contains mainly: red. Hex color #98004F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98004F is #67FFB0. Grayscale: #363636. Windows color (decimal): -6815665 or 5177496. OLE color: 5177496.

HSL color Cylindrical-coordinate representation of color #98004F: hue angle of 328.82º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #98004F is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 0 79 -
CMYK 0 1 0.48 0.40
HSL 328.82º 1% 0.3% -
HSV(B) 328.82º 1% 0.6% -
XYZ 14.36 7.24 8.04 -
YUV 54.45 141.86 197.58 -
System Red Green Blue C M Y K H S L
Decimal 152 0 79 0 1 0.48 0.40 328.82 1 0.3
Hex 98 0 4F 0 64 30 28 149 64 1E
Octal 230 0 117 0 144 60 50 511 144 36
Binary 10011000 0 1001111 0 1100100 110000 101000 101001001 1100100 11110

Color Harmonies of #98004F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98004F

Black with #98004F

Text Example


Text Example

White with #98004F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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