Html Css Color HEX #982065 Jazzberry Jam

📋 copy color: '#982065'

red 152 ◦ green 32 ◦ blue 101

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

Shades of Jazzberry Jam #982065

Tints of Jazzberry Jam #982065

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.23%

 BLUE value IS 101 (39.84% from 255) = 35.44%

R = 53.33%
G = 11.23%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#982065 (or 0x982065) is known color: Jazzberry Jam. HEX triplet: 98, 20 and 65. RGB value is (152,32,101). Sum of RGB (Red+Green+Blue) = 152+32+101=285 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.33% from 285); Green value is 32 (12.89% from 255 or 11.23% from 285); Blue value is 101 (39.84% from 255 or 35.44% from 285); Max value from RGB is 152 - color contains mainly: red. Hex color #982065 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982065 is #67DF9A. Grayscale: #4B4B4B. Windows color (decimal): -6807451 or 6627480. OLE color: 6627480.

HSL color Cylindrical-coordinate representation of color #982065: hue angle of 325.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #982065 is Cyan = 0, Magento = 0.79, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 32 101 -
CMYK 0 0.79 0.34 0.40
HSL 325.5º 0.65% 0.36% -
HSV(B) 325.5º 0.79% 0.6% -
XYZ 15.81 8.65 13.15 -
YUV 75.75 142.26 182.39 -
System Red Green Blue C M Y K H S L
Decimal 152 32 101 0 0.79 0.34 0.40 325.5 0.65 0.36
Hex 98 20 65 0 4F 22 28 146 41 24
Octal 230 40 145 0 117 42 50 506 101 44
Binary 10011000 100000 1100101 0 1001111 100010 101000 101000110 1000001 100100

Color Harmonies of #982065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982065

Black with #982065

Text Example


Text Example

White with #982065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982065; }

 p { color: rgb(152,32,101); }

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

background-color css

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

 a { background-color: rgb(152,32,101); }

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

border-color css

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

 span { border-color: rgb(152,32,101); }

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