Html Css Color HEX #981C6C Jazzberry Jam

📋 copy color: '#981C6C'

red 152 ◦ green 28 ◦ blue 108

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

Shades of Jazzberry Jam #981C6C

Tints of Jazzberry Jam #981C6C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.72%

 BLUE value IS 108 (42.58% from 255) = 37.5%

R = 52.78%
G = 9.72%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.29

 K value IS 0.40

RGB Variations

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

Color information

#981C6C (or 0x981C6C) is known color: Jazzberry Jam. HEX triplet: 98, 1C and 6C. RGB value is (152,28,108). Sum of RGB (Red+Green+Blue) = 152+28+108=288 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.78% from 288); Green value is 28 (11.33% from 255 or 9.72% from 288); Blue value is 108 (42.58% from 255 or 37.5% from 288); Max value from RGB is 152 - color contains mainly: red. Hex color #981C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #981C6C is #67E393. Grayscale: #4A4A4A. Windows color (decimal): -6808468 or 7085208. OLE color: 7085208.

HSL color Cylindrical-coordinate representation of color #981C6C: hue angle of 321.29º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #981C6C is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 28 108 -
CMYK 0 0.82 0.29 0.40
HSL 321.29º 0.69% 0.35% -
HSV(B) 321.29º 0.82% 0.6% -
XYZ 16.07 8.59 15 -
YUV 74.2 147.08 183.5 -
System Red Green Blue C M Y K H S L
Decimal 152 28 108 0 0.82 0.29 0.40 321.29 0.69 0.35
Hex 98 1C 6C 0 52 1D 28 141 45 23
Octal 230 34 154 0 122 35 50 501 105 43
Binary 10011000 11100 1101100 0 1010010 11101 101000 101000001 1000101 100011

Color Harmonies of #981C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981C6C

Black with #981C6C

Text Example


Text Example

White with #981C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981C6C; }

 p { color: rgb(152,28,108); }

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

background-color css

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

 a { background-color: rgb(152,28,108); }

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

border-color css

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

 span { border-color: rgb(152,28,108); }

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