Html Css Color HEX #981865 Jazzberry Jam

📋 copy color: '#981865'

red 152 ◦ green 24 ◦ blue 101

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

Shades of Jazzberry Jam #981865

Tints of Jazzberry Jam #981865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 36.46%

R = 54.87%
G = 8.66%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#981865 (or 0x981865) is known color: Jazzberry Jam. HEX triplet: 98, 18 and 65. RGB value is (152,24,101). Sum of RGB (Red+Green+Blue) = 152+24+101=277 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.87% from 277); Green value is 24 (9.77% from 255 or 8.66% from 277); Blue value is 101 (39.84% from 255 or 36.46% from 277); Max value from RGB is 152 - color contains mainly: red. Hex color #981865 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981865 is #67E79A. Grayscale: #464646. Windows color (decimal): -6809499 or 6625432. OLE color: 6625432.

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

Color convert

RGB 152 24 101 -
CMYK 0 0.84 0.34 0.40
HSL 323.91º 0.73% 0.35% -
HSV(B) 323.91º 0.84% 0.6% -
XYZ 15.62 8.27 13.08 -
YUV 71.05 144.91 185.74 -
System Red Green Blue C M Y K H S L
Decimal 152 24 101 0 0.84 0.34 0.40 323.91 0.73 0.35
Hex 98 18 65 0 54 22 28 144 49 23
Octal 230 30 145 0 124 42 50 504 111 43
Binary 10011000 11000 1100101 0 1010100 100010 101000 101000100 1001001 100011

Color Harmonies of #981865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981865

Black with #981865

Text Example


Text Example

White with #981865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981865; }

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

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

background-color css

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

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

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

border-color css

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

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

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