Html Css Color HEX #980654 Jazzberry Jam

📋 copy color: '#980654'

red 152 ◦ green 6 ◦ blue 84

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

Shades of Jazzberry Jam #980654

Tints of Jazzberry Jam #980654

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.48%

 BLUE value IS 84 (33.2% from 255) = 34.71%

R = 62.81%
G = 2.48%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.40

RGB Variations

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

Color information

#980654 (or 0x980654) is known color: Jazzberry Jam. HEX triplet: 98, 06 and 54. RGB value is (152,6,84). Sum of RGB (Red+Green+Blue) = 152+6+84=242 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.81% from 242); Green value is 6 (2.73% from 255 or 2.48% from 242); Blue value is 84 (33.20% from 255 or 34.71% from 242); Max value from RGB is 152 - color contains mainly: red. Hex color #980654 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980654 is #67F9AB. Grayscale: #3A3A3A. Windows color (decimal): -6814124 or 5506712. OLE color: 5506712.

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

Color convert

RGB 152 6 84 -
CMYK 0 0.96 0.45 0.40
HSL 327.95º 0.92% 0.31% -
HSV(B) 327.95º 0.96% 0.6% -
XYZ 14.61 7.45 9.05 -
YUV 58.55 142.37 194.66 -
System Red Green Blue C M Y K H S L
Decimal 152 6 84 0 0.96 0.45 0.40 327.95 0.92 0.31
Hex 98 6 54 0 60 2D 28 148 5C 1F
Octal 230 6 124 0 140 55 50 510 134 37
Binary 10011000 110 1010100 0 1100000 101101 101000 101001000 1011100 11111

Color Harmonies of #980654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980654

Black with #980654

Text Example


Text Example

White with #980654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980654; }

 p { color: rgb(152,6,84); }

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

background-color css

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

 a { background-color: rgb(152,6,84); }

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

border-color css

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

 span { border-color: rgb(152,6,84); }

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