Html Css Color HEX #981C69 Jazzberry Jam

📋 copy color: '#981C69'

red 152 ◦ green 28 ◦ blue 105

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

Shades of Jazzberry Jam #981C69

Tints of Jazzberry Jam #981C69

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.82%

 BLUE value IS 105 (41.41% from 255) = 36.84%

R = 53.33%
G = 9.82%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.31

 K value IS 0.40

RGB Variations

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

Color information

#981C69 (or 0x981C69) is known color: Jazzberry Jam. HEX triplet: 98, 1C and 69. RGB value is (152,28,105). Sum of RGB (Red+Green+Blue) = 152+28+105=285 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.33% from 285); Green value is 28 (11.33% from 255 or 9.82% from 285); Blue value is 105 (41.41% from 255 or 36.84% from 285); Max value from RGB is 152 - color contains mainly: red. Hex color #981C69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #981C69 is #67E396. Grayscale: #494949. Windows color (decimal): -6808471 or 6888600. OLE color: 6888600.

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

Color convert

RGB 152 28 105 -
CMYK 0 0.82 0.31 0.40
HSL 322.74º 0.69% 0.35% -
HSV(B) 322.74º 0.82% 0.6% -
XYZ 15.91 8.53 14.17 -
YUV 73.85 145.58 183.74 -
System Red Green Blue C M Y K H S L
Decimal 152 28 105 0 0.82 0.31 0.40 322.74 0.69 0.35
Hex 98 1C 69 0 52 1F 28 143 45 23
Octal 230 34 151 0 122 37 50 503 105 43
Binary 10011000 11100 1101001 0 1010010 11111 101000 101000011 1000101 100011

Color Harmonies of #981C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981C69

Black with #981C69

Text Example


Text Example

White with #981C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,28,105); }

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

background-color css

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

 a { background-color: rgb(152,28,105); }

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

border-color css

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

 span { border-color: rgb(152,28,105); }

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