Html Css Color HEX #980C5D Jazzberry Jam

📋 copy color: '#980C5D'

red 152 ◦ green 12 ◦ blue 93

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

Shades of Jazzberry Jam #980C5D

Tints of Jazzberry Jam #980C5D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.67%

 BLUE value IS 93 (36.72% from 255) = 36.19%

R = 59.14%
G = 4.67%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#980C5D (or 0x980C5D) is known color: Jazzberry Jam. HEX triplet: 98, 0C and 5D. RGB value is (152,12,93). Sum of RGB (Red+Green+Blue) = 152+12+93=257 (34% of max value = 765). Red value is 152 (59.77% from 255 or 59.14% from 257); Green value is 12 (5.08% from 255 or 4.67% from 257); Blue value is 93 (36.72% from 255 or 36.19% from 257); Max value from RGB is 152 - color contains mainly: red. Hex color #980C5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980C5D is #67F3A2. Grayscale: #3E3E3E. Windows color (decimal): -6812579 or 6098072. OLE color: 6098072.

HSL color Cylindrical-coordinate representation of color #980C5D: hue angle of 325.29º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #980C5D is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 12 93 -
CMYK 0 0.92 0.39 0.40
HSL 325.29º 0.85% 0.32% -
HSV(B) 325.29º 0.92% 0.6% -
XYZ 15.06 7.73 11.05 -
YUV 63.09 144.88 191.41 -
System Red Green Blue C M Y K H S L
Decimal 152 12 93 0 0.92 0.39 0.40 325.29 0.85 0.32
Hex 98 C 5D 0 5C 27 28 145 55 20
Octal 230 14 135 0 134 47 50 505 125 40
Binary 10011000 1100 1011101 0 1011100 100111 101000 101000101 1010101 100000

Color Harmonies of #980C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980C5D

Black with #980C5D

Text Example


Text Example

White with #980C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980C5D; }

 p { color: rgb(152,12,93); }

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

background-color css

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

 a { background-color: rgb(152,12,93); }

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

border-color css

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

 span { border-color: rgb(152,12,93); }

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