Html Css Color HEX #981262 Jazzberry Jam

📋 copy color: '#981262'

red 152 ◦ green 18 ◦ blue 98

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

Shades of Jazzberry Jam #981262

Tints of Jazzberry Jam #981262

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.72%

 BLUE value IS 98 (38.67% from 255) = 36.57%

R = 56.72%
G = 6.72%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.36

 K value IS 0.40

RGB Variations

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

Color information

#981262 (or 0x981262) is known color: Jazzberry Jam. HEX triplet: 98, 12 and 62. RGB value is (152,18,98). Sum of RGB (Red+Green+Blue) = 152+18+98=268 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.72% from 268); Green value is 18 (7.42% from 255 or 6.72% from 268); Blue value is 98 (38.67% from 255 or 36.57% from 268); Max value from RGB is 152 - color contains mainly: red. Hex color #981262 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981262 is #67ED9D. Grayscale: #434343. Windows color (decimal): -6811038 or 6427288. OLE color: 6427288.

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

Color convert

RGB 152 18 98 -
CMYK 0 0.88 0.36 0.40
HSL 324.18º 0.79% 0.33% -
HSV(B) 324.18º 0.88% 0.6% -
XYZ 15.37 7.99 12.29 -
YUV 67.19 145.39 188.5 -
System Red Green Blue C M Y K H S L
Decimal 152 18 98 0 0.88 0.36 0.40 324.18 0.79 0.33
Hex 98 12 62 0 58 24 28 144 4F 21
Octal 230 22 142 0 130 44 50 504 117 41
Binary 10011000 10010 1100010 0 1011000 100100 101000 101000100 1001111 100001

Color Harmonies of #981262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981262

Black with #981262

Text Example


Text Example

White with #981262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981262; }

 p { color: rgb(152,18,98); }

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

background-color css

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

 a { background-color: rgb(152,18,98); }

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

border-color css

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

 span { border-color: rgb(152,18,98); }

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