Html Css Color HEX #981E64 Jazzberry Jam

📋 copy color: '#981E64'

red 152 ◦ green 30 ◦ blue 100

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

Shades of Jazzberry Jam #981E64

Tints of Jazzberry Jam #981E64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 35.46%

R = 53.9%
G = 10.64%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#981E64 (or 0x981E64) is known color: Jazzberry Jam. HEX triplet: 98, 1E and 64. RGB value is (152,30,100). Sum of RGB (Red+Green+Blue) = 152+30+100=282 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.90% from 282); Green value is 30 (12.11% from 255 or 10.64% from 282); Blue value is 100 (39.45% from 255 or 35.46% from 282); Max value from RGB is 152 - color contains mainly: red. Hex color #981E64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #981E64 is #67E19B. Grayscale: #4A4A4A. Windows color (decimal): -6807964 or 6561432. OLE color: 6561432.

HSL color Cylindrical-coordinate representation of color #981E64: hue angle of 325.57º 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 #981E64 is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 30 100 -
CMYK 0 0.80 0.34 0.40
HSL 325.57º 0.67% 0.36% -
HSV(B) 325.57º 0.8% 0.6% -
XYZ 15.71 8.52 12.87 -
YUV 74.46 142.42 183.31 -
System Red Green Blue C M Y K H S L
Decimal 152 30 100 0 0.80 0.34 0.40 325.57 0.67 0.36
Hex 98 1E 64 0 50 22 28 146 43 24
Octal 230 36 144 0 120 42 50 506 103 44
Binary 10011000 11110 1100100 0 1010000 100010 101000 101000110 1000011 100100

Color Harmonies of #981E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981E64

Black with #981E64

Text Example


Text Example

White with #981E64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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