Html Css Color HEX #982068 Jazzberry Jam

📋 copy color: '#982068'

red 152 ◦ green 32 ◦ blue 104

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

Shades of Jazzberry Jam #982068

Tints of Jazzberry Jam #982068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 36.11%

R = 52.78%
G = 11.11%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#982068 (or 0x982068) is known color: Jazzberry Jam. HEX triplet: 98, 20 and 68. RGB value is (152,32,104). Sum of RGB (Red+Green+Blue) = 152+32+104=288 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.78% from 288); Green value is 32 (12.89% from 255 or 11.11% from 288); Blue value is 104 (41.02% from 255 or 36.11% from 288); Max value from RGB is 152 - color contains mainly: red. Hex color #982068 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982068 is #67DF97. Grayscale: #4B4B4B. Windows color (decimal): -6807448 or 6824088. OLE color: 6824088.

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

Color convert

RGB 152 32 104 -
CMYK 0 0.79 0.32 0.40
HSL 324º 0.65% 0.36% -
HSV(B) 324º 0.79% 0.6% -
XYZ 15.96 8.71 13.94 -
YUV 76.09 143.76 182.15 -
System Red Green Blue C M Y K H S L
Decimal 152 32 104 0 0.79 0.32 0.40 324 0.65 0.36
Hex 98 20 68 0 4F 20 28 144 41 24
Octal 230 40 150 0 117 40 50 504 101 44
Binary 10011000 100000 1101000 0 1001111 100000 101000 101000100 1000001 100100

Color Harmonies of #982068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982068

Black with #982068

Text Example


Text Example

White with #982068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982068; }

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

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

background-color css

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

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

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

border-color css

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

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

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