Html Css Color HEX #981658 Jazzberry Jam

📋 copy color: '#981658'

red 152 ◦ green 22 ◦ blue 88

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

Shades of Jazzberry Jam #981658

Tints of Jazzberry Jam #981658

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.4%

 BLUE value IS 88 (34.77% from 255) = 33.59%

R = 58.02%
G = 8.4%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.42

 K value IS 0.40

RGB Variations

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

Color information

#981658 (or 0x981658) is known color: Jazzberry Jam. HEX triplet: 98, 16 and 58. RGB value is (152,22,88). Sum of RGB (Red+Green+Blue) = 152+22+88=262 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.02% from 262); Green value is 22 (8.98% from 255 or 8.40% from 262); Blue value is 88 (34.77% from 255 or 33.59% from 262); Max value from RGB is 152 - color contains mainly: red. Hex color #981658 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981658 is #67E9A7. Grayscale: #444444. Windows color (decimal): -6810024 or 5772952. OLE color: 5772952.

HSL color Cylindrical-coordinate representation of color #981658: hue angle of 329.54º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #981658 is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 22 88 -
CMYK 0 0.86 0.42 0.40
HSL 329.54º 0.75% 0.34% -
HSV(B) 329.54º 0.86% 0.6% -
XYZ 15 7.95 9.98 -
YUV 68.39 139.07 187.63 -
System Red Green Blue C M Y K H S L
Decimal 152 22 88 0 0.86 0.42 0.40 329.54 0.75 0.34
Hex 98 16 58 0 56 2A 28 14A 4B 22
Octal 230 26 130 0 126 52 50 512 113 42
Binary 10011000 10110 1011000 0 1010110 101010 101000 101001010 1001011 100010

Color Harmonies of #981658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981658

Black with #981658

Text Example


Text Example

White with #981658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981658; }

 p { color: rgb(152,22,88); }

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

background-color css

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

 a { background-color: rgb(152,22,88); }

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

border-color css

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

 span { border-color: rgb(152,22,88); }

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