Html Css Color HEX #980658 Jazzberry Jam

📋 copy color: '#980658'

red 152 ◦ green 6 ◦ blue 88

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

Shades of Jazzberry Jam #980658

Tints of Jazzberry Jam #980658

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 35.77%

R = 61.79%
G = 2.44%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.42

 K value IS 0.40

RGB Variations

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

Color information

#980658 (or 0x980658) is known color: Jazzberry Jam. HEX triplet: 98, 06 and 58. RGB value is (152,6,88). Sum of RGB (Red+Green+Blue) = 152+6+88=246 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.79% from 246); Green value is 6 (2.73% from 255 or 2.44% from 246); Blue value is 88 (34.77% from 255 or 35.77% from 246); Max value from RGB is 152 - color contains mainly: red. Hex color #980658 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980658 is #67F9A7. Grayscale: #3A3A3A. Windows color (decimal): -6814120 or 5768856. OLE color: 5768856.

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

Color convert

RGB 152 6 88 -
CMYK 0 0.96 0.42 0.40
HSL 326.3º 0.92% 0.31% -
HSV(B) 326.3º 0.96% 0.6% -
XYZ 14.78 7.51 9.9 -
YUV 59 144.37 194.33 -
System Red Green Blue C M Y K H S L
Decimal 152 6 88 0 0.96 0.42 0.40 326.3 0.92 0.31
Hex 98 6 58 0 60 2A 28 146 5C 1F
Octal 230 6 130 0 140 52 50 506 134 37
Binary 10011000 110 1011000 0 1100000 101010 101000 101000110 1011100 11111

Color Harmonies of #980658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980658

Black with #980658

Text Example


Text Example

White with #980658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980658; }

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

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

background-color css

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

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

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

border-color css

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

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

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