Html Css Color HEX #981868 Jazzberry Jam

📋 copy color: '#981868'

red 152 ◦ green 24 ◦ blue 104

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

Shades of Jazzberry Jam #981868

Tints of Jazzberry Jam #981868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 37.14%

R = 54.29%
G = 8.57%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#981868 (or 0x981868) is known color: Jazzberry Jam. HEX triplet: 98, 18 and 68. RGB value is (152,24,104). Sum of RGB (Red+Green+Blue) = 152+24+104=280 (37% of max value = 765). Red value is 152 (59.77% from 255 or 54.29% from 280); Green value is 24 (9.77% from 255 or 8.57% from 280); Blue value is 104 (41.02% from 255 or 37.14% from 280); Max value from RGB is 152 - color contains mainly: red. Hex color #981868 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981868 is #67E797. Grayscale: #474747. Windows color (decimal): -6809496 or 6822040. OLE color: 6822040.

HSL color Cylindrical-coordinate representation of color #981868: hue angle of 322.5º 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 #981868 is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 24 104 -
CMYK 0 0.84 0.32 0.40
HSL 322.5º 0.73% 0.35% -
HSV(B) 322.5º 0.84% 0.6% -
XYZ 15.77 8.33 13.87 -
YUV 71.39 146.41 185.5 -
System Red Green Blue C M Y K H S L
Decimal 152 24 104 0 0.84 0.32 0.40 322.5 0.73 0.35
Hex 98 18 68 0 54 20 28 142 49 23
Octal 230 30 150 0 124 40 50 502 111 43
Binary 10011000 11000 1101000 0 1010100 100000 101000 101000010 1001001 100011

Color Harmonies of #981868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981868

Black with #981868

Text Example


Text Example

White with #981868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981868; }

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

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

background-color css

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

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

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

border-color css

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

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

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