Html Css Color HEX #992066 Jazzberry Jam

📋 copy color: '#992066'

red 153 ◦ green 32 ◦ blue 102

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

Shades of Jazzberry Jam #992066

Tints of Jazzberry Jam #992066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 35.54%

R = 53.31%
G = 11.15%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.33

 K value IS 0.4

RGB Variations

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

Color information

#992066 (or 0x992066) is known color: Jazzberry Jam. HEX triplet: 99, 20 and 66. RGB value is (153,32,102). Sum of RGB (Red+Green+Blue) = 153+32+102=287 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.31% from 287); Green value is 32 (12.89% from 255 or 11.15% from 287); Blue value is 102 (40.23% from 255 or 35.54% from 287); Max value from RGB is 153 - color contains mainly: red. Hex color #992066 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992066 is #66DF99. Grayscale: #4C4C4C. Windows color (decimal): -6741914 or 6693017. OLE color: 6693017.

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

Color convert

RGB 153 32 102 -
CMYK 0 0.79 0.33 0.4
HSL 325.29º 0.65% 0.36% -
HSV(B) 325.29º 0.79% 0.6% -
XYZ 16.05 8.76 13.42 -
YUV 76.16 142.59 182.81 -
System Red Green Blue C M Y K H S L
Decimal 153 32 102 0 0.79 0.33 0.4 325.29 0.65 0.36
Hex 99 20 66 0 4F 21 28 145 41 24
Octal 231 40 146 0 117 41 50 505 101 44
Binary 10011001 100000 1100110 0 1001111 100001 101000 101000101 1000001 100100

Color Harmonies of #992066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992066

Black with #992066

Text Example


Text Example

White with #992066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992066; }

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

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

background-color css

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

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

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

border-color css

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

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

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