Html Css Color HEX #981863 Jazzberry Jam

📋 copy color: '#981863'

red 152 ◦ green 24 ◦ blue 99

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

Shades of Jazzberry Jam #981863

Tints of Jazzberry Jam #981863

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.73%

 BLUE value IS 99 (39.06% from 255) = 36%

R = 55.27%
G = 8.73%
B = 36%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.35

 K value IS 0.40

RGB Variations

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

Color information

#981863 (or 0x981863) is known color: Jazzberry Jam. HEX triplet: 98, 18 and 63. RGB value is (152,24,99). Sum of RGB (Red+Green+Blue) = 152+24+99=275 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.27% from 275); Green value is 24 (9.77% from 255 or 8.73% from 275); Blue value is 99 (39.06% from 255 or 36% from 275); Max value from RGB is 152 - color contains mainly: red. Hex color #981863 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981863 is #67E79C. Grayscale: #464646. Windows color (decimal): -6809501 or 6494360. OLE color: 6494360.

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

Color convert

RGB 152 24 99 -
CMYK 0 0.84 0.35 0.40
HSL 324.84º 0.73% 0.35% -
HSV(B) 324.84º 0.84% 0.6% -
XYZ 15.53 8.23 12.57 -
YUV 70.82 143.91 185.9 -
System Red Green Blue C M Y K H S L
Decimal 152 24 99 0 0.84 0.35 0.40 324.84 0.73 0.35
Hex 98 18 63 0 54 23 28 145 49 23
Octal 230 30 143 0 124 43 50 505 111 43
Binary 10011000 11000 1100011 0 1010100 100011 101000 101000101 1001001 100011

Color Harmonies of #981863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981863

Black with #981863

Text Example


Text Example

White with #981863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981863; }

 p { color: rgb(152,24,99); }

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

background-color css

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

 a { background-color: rgb(152,24,99); }

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

border-color css

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

 span { border-color: rgb(152,24,99); }

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