Html Css Color HEX #982168 Jazzberry Jam

📋 copy color: '#982168'

red 152 ◦ green 33 ◦ blue 104

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

Shades of Jazzberry Jam #982168

Tints of Jazzberry Jam #982168

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.42%

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

R = 52.6%
G = 11.42%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#982168 (or 0x982168) is known color: Jazzberry Jam. HEX triplet: 98, 21 and 68. RGB value is (152,33,104). Sum of RGB (Red+Green+Blue) = 152+33+104=289 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.60% from 289); Green value is 33 (13.28% from 255 or 11.42% from 289); Blue value is 104 (41.02% from 255 or 35.99% from 289); Max value from RGB is 152 - color contains mainly: red. Hex color #982168 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982168 is #67DE97. Grayscale: #4C4C4C. Windows color (decimal): -6807192 or 6824344. OLE color: 6824344.

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

Color convert

RGB 152 33 104 -
CMYK 0 0.78 0.32 0.40
HSL 324.2º 0.64% 0.36% -
HSV(B) 324.2º 0.78% 0.6% -
XYZ 15.99 8.76 13.95 -
YUV 76.68 143.42 181.73 -
System Red Green Blue C M Y K H S L
Decimal 152 33 104 0 0.78 0.32 0.40 324.2 0.64 0.36
Hex 98 21 68 0 4E 20 28 144 40 24
Octal 230 41 150 0 116 40 50 504 100 44
Binary 10011000 100001 1101000 0 1001110 100000 101000 101000100 1000000 100100

Color Harmonies of #982168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982168

Black with #982168

Text Example


Text Example

White with #982168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982168; }

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

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

background-color css

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

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

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

border-color css

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

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

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