Html Css Color HEX #981E68 Jazzberry Jam

📋 copy color: '#981E68'

red 152 ◦ green 30 ◦ blue 104

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

Shades of Jazzberry Jam #981E68

Tints of Jazzberry Jam #981E68

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.49%

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

R = 53.15%
G = 10.49%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#981E68 (or 0x981E68) is known color: Jazzberry Jam. HEX triplet: 98, 1E and 68. RGB value is (152,30,104). Sum of RGB (Red+Green+Blue) = 152+30+104=286 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.15% from 286); Green value is 30 (12.11% from 255 or 10.49% from 286); Blue value is 104 (41.02% from 255 or 36.36% from 286); Max value from RGB is 152 - color contains mainly: red. Hex color #981E68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #981E68 is #67E197. Grayscale: #4A4A4A. Windows color (decimal): -6807960 or 6823576. OLE color: 6823576.

HSL color Cylindrical-coordinate representation of color #981E68: hue angle of 323.61º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #981E68 is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 30 104 -
CMYK 0 0.80 0.32 0.40
HSL 323.61º 0.67% 0.36% -
HSV(B) 323.61º 0.8% 0.6% -
XYZ 15.91 8.6 13.92 -
YUV 74.91 144.42 182.98 -
System Red Green Blue C M Y K H S L
Decimal 152 30 104 0 0.80 0.32 0.40 323.61 0.67 0.36
Hex 98 1E 68 0 50 20 28 144 43 24
Octal 230 36 150 0 120 40 50 504 103 44
Binary 10011000 11110 1101000 0 1010000 100000 101000 101000100 1000011 100100

Color Harmonies of #981E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981E68

Black with #981E68

Text Example


Text Example

White with #981E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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