Html Css Color HEX #980651 Jazzberry Jam

📋 copy color: '#980651'

red 152 ◦ green 6 ◦ blue 81

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

Shades of Jazzberry Jam #980651

Tints of Jazzberry Jam #980651

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 33.89%

R = 63.6%
G = 2.51%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#980651 (or 0x980651) is known color: Jazzberry Jam. HEX triplet: 98, 06 and 51. RGB value is (152,6,81). Sum of RGB (Red+Green+Blue) = 152+6+81=239 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.60% from 239); Green value is 6 (2.73% from 255 or 2.51% from 239); Blue value is 81 (32.03% from 255 or 33.89% from 239); Max value from RGB is 152 - color contains mainly: red. Hex color #980651 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980651 is #67F9AE. Grayscale: #3A3A3A. Windows color (decimal): -6814127 or 5310104. OLE color: 5310104.

HSL color Cylindrical-coordinate representation of color #980651: hue angle of 329.18º 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 #980651 is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 6 81 -
CMYK 0 0.96 0.47 0.40
HSL 329.18º 0.92% 0.31% -
HSV(B) 329.18º 0.96% 0.6% -
XYZ 14.5 7.4 8.45 -
YUV 58.2 140.87 194.9 -
System Red Green Blue C M Y K H S L
Decimal 152 6 81 0 0.96 0.47 0.40 329.18 0.92 0.31
Hex 98 6 51 0 60 2F 28 149 5C 1F
Octal 230 6 121 0 140 57 50 511 134 37
Binary 10011000 110 1010001 0 1100000 101111 101000 101001001 1011100 11111

Color Harmonies of #980651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980651

Black with #980651

Text Example


Text Example

White with #980651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980651; }

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

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

background-color css

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

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

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

border-color css

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

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

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