Html Css Color HEX #981768 Jazzberry Jam

📋 copy color: '#981768'

red 152 ◦ green 23 ◦ blue 104

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

Shades of Jazzberry Jam #981768

Tints of Jazzberry Jam #981768

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.24%

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

R = 54.48%
G = 8.24%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#981768 (or 0x981768) is known color: Jazzberry Jam. HEX triplet: 98, 17 and 68. RGB value is (152,23,104). Sum of RGB (Red+Green+Blue) = 152+23+104=279 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.48% from 279); Green value is 23 (9.38% from 255 or 8.24% from 279); Blue value is 104 (41.02% from 255 or 37.28% from 279); Max value from RGB is 152 - color contains mainly: red. Hex color #981768 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981768 is #67E897. Grayscale: #464646. Windows color (decimal): -6809752 or 6821784. OLE color: 6821784.

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

Color convert

RGB 152 23 104 -
CMYK 0 0.85 0.32 0.40
HSL 322.33º 0.74% 0.34% -
HSV(B) 322.33º 0.85% 0.6% -
XYZ 15.75 8.29 13.87 -
YUV 70.81 146.74 185.91 -
System Red Green Blue C M Y K H S L
Decimal 152 23 104 0 0.85 0.32 0.40 322.33 0.74 0.34
Hex 98 17 68 0 55 20 28 142 4A 22
Octal 230 27 150 0 125 40 50 502 112 42
Binary 10011000 10111 1101000 0 1010101 100000 101000 101000010 1001010 100010

Color Harmonies of #981768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981768

Black with #981768

Text Example


Text Example

White with #981768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981768; }

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

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

background-color css

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

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

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

border-color css

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

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

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