Html Css Color HEX #980353 Jazzberry Jam

📋 copy color: '#980353'

red 152 ◦ green 3 ◦ blue 83

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

Shades of Jazzberry Jam #980353

Tints of Jazzberry Jam #980353

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.26%

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

R = 63.87%
G = 1.26%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.40

RGB Variations

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

Color information

#980353 (or 0x980353) is known color: Jazzberry Jam. HEX triplet: 98, 03 and 53. RGB value is (152,3,83). Sum of RGB (Red+Green+Blue) = 152+3+83=238 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.87% from 238); Green value is 3 (1.56% from 255 or 1.26% from 238); Blue value is 83 (32.81% from 255 or 34.87% from 238); Max value from RGB is 152 - color contains mainly: red. Hex color #980353 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980353 is #67FCAC. Grayscale: #383838. Windows color (decimal): -6814893 or 5440408. OLE color: 5440408.

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

Color convert

RGB 152 3 83 -
CMYK 0 0.98 0.45 0.40
HSL 327.79º 0.96% 0.3% -
HSV(B) 327.79º 0.98% 0.6% -
XYZ 14.54 7.37 8.84 -
YUV 56.67 142.86 196 -
System Red Green Blue C M Y K H S L
Decimal 152 3 83 0 0.98 0.45 0.40 327.79 0.96 0.3
Hex 98 3 53 0 62 2D 28 148 60 1E
Octal 230 3 123 0 142 55 50 510 140 36
Binary 10011000 11 1010011 0 1100010 101101 101000 101001000 1100000 11110

Color Harmonies of #980353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980353

Black with #980353

Text Example


Text Example

White with #980353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980353; }

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

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

background-color css

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

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

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

border-color css

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

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

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