Html Css Color HEX #981A6B Jazzberry Jam

📋 copy color: '#981A6B'

red 152 ◦ green 26 ◦ blue 107

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

Shades of Jazzberry Jam #981A6B

Tints of Jazzberry Jam #981A6B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.12%

 BLUE value IS 107 (42.19% from 255) = 37.54%

R = 53.33%
G = 9.12%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.30

 K value IS 0.40

RGB Variations

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

Color information

#981A6B (or 0x981A6B) is known color: Jazzberry Jam. HEX triplet: 98, 1A and 6B. RGB value is (152,26,107). Sum of RGB (Red+Green+Blue) = 152+26+107=285 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.33% from 285); Green value is 26 (10.55% from 255 or 9.12% from 285); Blue value is 107 (42.19% from 255 or 37.54% from 285); Max value from RGB is 152 - color contains mainly: red. Hex color #981A6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #981A6B is #67E594. Grayscale: #484848. Windows color (decimal): -6808981 or 7019160. OLE color: 7019160.

HSL color Cylindrical-coordinate representation of color #981A6B: hue angle of 321.43º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #981A6B is Cyan = 0, Magento = 0.83, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 26 107 -
CMYK 0 0.83 0.30 0.40
HSL 321.43º 0.71% 0.35% -
HSV(B) 321.43º 0.83% 0.6% -
XYZ 15.97 8.48 14.7 -
YUV 72.91 147.24 184.41 -
System Red Green Blue C M Y K H S L
Decimal 152 26 107 0 0.83 0.30 0.40 321.43 0.71 0.35
Hex 98 1A 6B 0 53 1E 28 141 47 23
Octal 230 32 153 0 123 36 50 501 107 43
Binary 10011000 11010 1101011 0 1010011 11110 101000 101000001 1000111 100011

Color Harmonies of #981A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981A6B

Black with #981A6B

Text Example


Text Example

White with #981A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,26,107); }

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

background-color css

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

 a { background-color: rgb(152,26,107); }

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

border-color css

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

 span { border-color: rgb(152,26,107); }

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