Html Css Color HEX #992168 Jazzberry Jam

📋 copy color: '#992168'

red 153 ◦ green 33 ◦ blue 104

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

Shades of Jazzberry Jam #992168

Tints of Jazzberry Jam #992168

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.38%

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

R = 52.76%
G = 11.38%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.32

 K value IS 0.4

RGB Variations

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

Color information

#992168 (or 0x992168) is known color: Jazzberry Jam. HEX triplet: 99, 21 and 68. RGB value is (153,33,104). Sum of RGB (Red+Green+Blue) = 153+33+104=290 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.76% from 290); Green value is 33 (13.28% from 255 or 11.38% from 290); Blue value is 104 (41.02% from 255 or 35.86% from 290); Max value from RGB is 153 - color contains mainly: red. Hex color #992168 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992168 is #66DE97. Grayscale: #4C4C4C. Windows color (decimal): -6741656 or 6824345. OLE color: 6824345.

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

Color convert

RGB 153 33 104 -
CMYK 0 0.78 0.32 0.4
HSL 324.5º 0.65% 0.36% -
HSV(B) 324.5º 0.78% 0.6% -
XYZ 16.18 8.86 13.95 -
YUV 76.97 143.26 182.23 -
System Red Green Blue C M Y K H S L
Decimal 153 33 104 0 0.78 0.32 0.4 324.5 0.65 0.36
Hex 99 21 68 0 4E 20 28 144 41 24
Octal 231 41 150 0 116 40 50 504 101 44
Binary 10011001 100001 1101000 0 1001110 100000 101000 101000100 1000001 100100

Color Harmonies of #992168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992168

Black with #992168

Text Example


Text Example

White with #992168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992168; }

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

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

background-color css

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

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

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

border-color css

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

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

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