Html Css Color HEX #980453 Jazzberry Jam

📋 copy color: '#980453'

red 152 ◦ green 4 ◦ blue 83

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

Shades of Jazzberry Jam #980453

Tints of Jazzberry Jam #980453

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.67%

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

R = 63.6%
G = 1.67%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.40

RGB Variations

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

Color information

#980453 (or 0x980453) is known color: Jazzberry Jam. HEX triplet: 98, 04 and 53. RGB value is (152,4,83). Sum of RGB (Red+Green+Blue) = 152+4+83=239 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.60% from 239); Green value is 4 (1.95% from 255 or 1.67% from 239); Blue value is 83 (32.81% from 255 or 34.73% from 239); Max value from RGB is 152 - color contains mainly: red. Hex color #980453 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980453 is #67FBAC. Grayscale: #393939. Windows color (decimal): -6814637 or 5440664. OLE color: 5440664.

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

Color convert

RGB 152 4 83 -
CMYK 0 0.97 0.45 0.40
HSL 327.97º 0.95% 0.31% -
HSV(B) 327.97º 0.97% 0.6% -
XYZ 14.55 7.39 8.84 -
YUV 57.26 142.53 195.58 -
System Red Green Blue C M Y K H S L
Decimal 152 4 83 0 0.97 0.45 0.40 327.97 0.95 0.31
Hex 98 4 53 0 61 2D 28 148 5F 1F
Octal 230 4 123 0 141 55 50 510 137 37
Binary 10011000 100 1010011 0 1100001 101101 101000 101001000 1011111 11111

Color Harmonies of #980453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980453

Black with #980453

Text Example


Text Example

White with #980453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980453; }

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

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

background-color css

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

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

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

border-color css

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

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

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