Html Css Color HEX #981F68 Jazzberry Jam

📋 copy color: '#981F68'

red 152 ◦ green 31 ◦ blue 104

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

Shades of Jazzberry Jam #981F68

Tints of Jazzberry Jam #981F68

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.8%

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

R = 52.96%
G = 10.8%
B = 36.24%

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

#981F68 (or 0x981F68) is known color: Jazzberry Jam. HEX triplet: 98, 1F and 68. RGB value is (152,31,104). Sum of RGB (Red+Green+Blue) = 152+31+104=287 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.96% from 287); Green value is 31 (12.5% from 255 or 10.80% from 287); Blue value is 104 (41.02% from 255 or 36.24% from 287); Max value from RGB is 152 - color contains mainly: red. Hex color #981F68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #981F68 is #67E097. Grayscale: #4B4B4B. Windows color (decimal): -6807704 or 6823832. OLE color: 6823832.

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

Color convert

RGB 152 31 104 -
CMYK 0 0.80 0.32 0.40
HSL 323.8º 0.66% 0.36% -
HSV(B) 323.8º 0.8% 0.6% -
XYZ 15.94 8.65 13.93 -
YUV 75.5 144.09 182.56 -
System Red Green Blue C M Y K H S L
Decimal 152 31 104 0 0.80 0.32 0.40 323.8 0.66 0.36
Hex 98 1F 68 0 50 20 28 144 42 24
Octal 230 37 150 0 120 40 50 504 102 44
Binary 10011000 11111 1101000 0 1010000 100000 101000 101000100 1000010 100100

Color Harmonies of #981F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981F68

Black with #981F68

Text Example


Text Example

White with #981F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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