Html Css Color HEX #980953 Jazzberry Jam

📋 copy color: '#980953'

red 152 ◦ green 9 ◦ blue 83

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

Shades of Jazzberry Jam #980953

Tints of Jazzberry Jam #980953

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.69%

 BLUE value IS 83 (32.81% from 255) = 34.02%

R = 62.3%
G = 3.69%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.45

 K value IS 0.40

RGB Variations

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

Color information

#980953 (or 0x980953) is known color: Jazzberry Jam. HEX triplet: 98, 09 and 53. RGB value is (152,9,83). Sum of RGB (Red+Green+Blue) = 152+9+83=244 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.30% from 244); Green value is 9 (3.91% from 255 or 3.69% from 244); Blue value is 83 (32.81% from 255 or 34.02% from 244); Max value from RGB is 152 - color contains mainly: red. Hex color #980953 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980953 is #67F6AC. Grayscale: #3C3C3C. Windows color (decimal): -6813357 or 5441944. OLE color: 5441944.

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

Color convert

RGB 152 9 83 -
CMYK 0 0.94 0.45 0.40
HSL 328.95º 0.89% 0.32% -
HSV(B) 328.95º 0.94% 0.6% -
XYZ 14.61 7.5 8.86 -
YUV 60.19 140.88 193.48 -
System Red Green Blue C M Y K H S L
Decimal 152 9 83 0 0.94 0.45 0.40 328.95 0.89 0.32
Hex 98 9 53 0 5E 2D 28 149 59 20
Octal 230 11 123 0 136 55 50 511 131 40
Binary 10011000 1001 1010011 0 1011110 101101 101000 101001001 1011001 100000

Color Harmonies of #980953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980953

Black with #980953

Text Example


Text Example

White with #980953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980953; }

 p { color: rgb(152,9,83); }

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

background-color css

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

 a { background-color: rgb(152,9,83); }

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

border-color css

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

 span { border-color: rgb(152,9,83); }

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