Html Css Color HEX #980152 Jazzberry Jam

📋 copy color: '#980152'

red 152 ◦ green 1 ◦ blue 82

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

Shades of Jazzberry Jam #980152

Tints of Jazzberry Jam #980152

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

 BLUE value IS 82 (32.42% from 255) = 34.89%

R = 64.68%
G = 0.43%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.40

RGB Variations

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

Color information

#980152 (or 0x980152) is known color: Jazzberry Jam. HEX triplet: 98, 01 and 52. RGB value is (152,1,82). Sum of RGB (Red+Green+Blue) = 152+1+82=235 (31% of max value = 765). Red value is 152 (59.77% from 255 or 64.68% from 235); Green value is 1 (0.78% from 255 or 0.43% from 235); Blue value is 82 (32.42% from 255 or 34.89% from 235); Max value from RGB is 152 - color contains mainly: red. Hex color #980152 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980152 is #67FEAD. Grayscale: #373737. Windows color (decimal): -6815406 or 5374360. OLE color: 5374360.

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

Color convert

RGB 152 1 82 -
CMYK 0 0.99 0.46 0.40
HSL 327.81º 0.99% 0.3% -
HSV(B) 327.81º 0.99% 0.6% -
XYZ 14.48 7.31 8.63 -
YUV 55.38 143.03 196.91 -
System Red Green Blue C M Y K H S L
Decimal 152 1 82 0 0.99 0.46 0.40 327.81 0.99 0.3
Hex 98 1 52 0 63 2E 28 148 63 1E
Octal 230 1 122 0 143 56 50 510 143 36
Binary 10011000 1 1010010 0 1100011 101110 101000 101001000 1100011 11110

Color Harmonies of #980152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980152

Black with #980152

Text Example


Text Example

White with #980152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980152; }

 p { color: rgb(152,1,82); }

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

background-color css

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

 a { background-color: rgb(152,1,82); }

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

border-color css

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

 span { border-color: rgb(152,1,82); }

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