Html Css Color HEX #981D66 Jazzberry Jam

📋 copy color: '#981D66'

red 152 ◦ green 29 ◦ blue 102

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

Shades of Jazzberry Jam #981D66

Tints of Jazzberry Jam #981D66

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.25%

 BLUE value IS 102 (40.23% from 255) = 36.04%

R = 53.71%
G = 10.25%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.33

 K value IS 0.40

RGB Variations

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

Color information

#981D66 (or 0x981D66) is known color: Jazzberry Jam. HEX triplet: 98, 1D and 66. RGB value is (152,29,102). Sum of RGB (Red+Green+Blue) = 152+29+102=283 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.71% from 283); Green value is 29 (11.72% from 255 or 10.25% from 283); Blue value is 102 (40.23% from 255 or 36.04% from 283); Max value from RGB is 152 - color contains mainly: red. Hex color #981D66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #981D66 is #67E299. Grayscale: #494949. Windows color (decimal): -6808218 or 6692248. OLE color: 6692248.

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

Color convert

RGB 152 29 102 -
CMYK 0 0.81 0.33 0.40
HSL 324.39º 0.68% 0.35% -
HSV(B) 324.39º 0.81% 0.6% -
XYZ 15.79 8.51 13.38 -
YUV 74.1 143.75 183.56 -
System Red Green Blue C M Y K H S L
Decimal 152 29 102 0 0.81 0.33 0.40 324.39 0.68 0.35
Hex 98 1D 66 0 51 21 28 144 44 23
Octal 230 35 146 0 121 41 50 504 104 43
Binary 10011000 11101 1100110 0 1010001 100001 101000 101000100 1000100 100011

Color Harmonies of #981D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981D66

Black with #981D66

Text Example


Text Example

White with #981D66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,29,102); }

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

background-color css

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

 a { background-color: rgb(152,29,102); }

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

border-color css

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

 span { border-color: rgb(152,29,102); }

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