Html Css Color HEX #992699 Vivid Violet

📋 copy color: '#992699'

red 153 ◦ green 38 ◦ blue 153

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

Shades of Vivid Violet #992699

Tints of Vivid Violet #992699

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.05%

 BLUE value IS 153 (60.16% from 255) = 44.48%

R = 44.48%
G = 11.05%
B = 44.48%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#992699 (or 0x992699) is known color: Vivid Violet. HEX triplet: 99, 26 and 99. RGB value is (153,38,153). Sum of RGB (Red+Green+Blue) = 153+38+153=344 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.48% from 344); Green value is 38 (15.23% from 255 or 11.05% from 344); Blue value is 153 (60.16% from 255 or 44.48% from 344); Max value from RGB is 153 - color contains mainly: red, blue. Hex color #992699 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992699 is #66D966. Grayscale: #555555. Windows color (decimal): -6740327 or 10036889. OLE color: 10036889.

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

Color convert

RGB 153 38 153 -
CMYK 0 0.75 0 0.4
HSL 300º 0.6% 0.37% -
HSV(B) 300º 0.75% 0.6% -
XYZ 19.58 10.46 31.12 -
YUV 85.5 166.1 176.15 -
System Red Green Blue C M Y K H S L
Decimal 153 38 153 0 0.75 0 0.4 300 0.6 0.37
Hex 99 26 99 0 4B 0 28 12C 3C 25
Octal 231 46 231 0 113 0 50 454 74 45
Binary 10011001 100110 10011001 0 1001011 0 101000 100101100 111100 100101

Color Harmonies of #992699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992699

Black with #992699

Text Example


Text Example

White with #992699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992699; }

 p { color: rgb(153,38,153); }

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

background-color css

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

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

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

border-color css

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

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

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