Html Css Color HEX #992068 Jazzberry Jam

📋 copy color: '#992068'

red 153 ◦ green 32 ◦ blue 104

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

Shades of Jazzberry Jam #992068

Tints of Jazzberry Jam #992068

RGB

 RED value IS 153 (60.16% from 255) = 52.94%

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

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

R = 52.94%
G = 11.07%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.32

 K value IS 0.4

RGB Variations

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

Color information

#992068 (or 0x992068) is known color: Jazzberry Jam. HEX triplet: 99, 20 and 68. RGB value is (153,32,104). Sum of RGB (Red+Green+Blue) = 153+32+104=289 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.94% from 289); Green value is 32 (12.89% from 255 or 11.07% from 289); Blue value is 104 (41.02% from 255 or 35.99% from 289); Max value from RGB is 153 - color contains mainly: red. Hex color #992068 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992068 is #66DF97. Grayscale: #4C4C4C. Windows color (decimal): -6741912 or 6824089. OLE color: 6824089.

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

Color convert

RGB 153 32 104 -
CMYK 0 0.79 0.32 0.4
HSL 324.3º 0.65% 0.36% -
HSV(B) 324.3º 0.79% 0.6% -
XYZ 16.15 8.8 13.94 -
YUV 76.39 143.59 182.65 -
System Red Green Blue C M Y K H S L
Decimal 153 32 104 0 0.79 0.32 0.4 324.3 0.65 0.36
Hex 99 20 68 0 4F 20 28 144 41 24
Octal 231 40 150 0 117 40 50 504 101 44
Binary 10011001 100000 1101000 0 1001111 100000 101000 101000100 1000001 100100

Color Harmonies of #992068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992068

Black with #992068

Text Example


Text Example

White with #992068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992068; }

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

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

background-color css

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

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

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

border-color css

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

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

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