Html Css Color HEX #992696 Vivid Violet

📋 copy color: '#992696'

red 153 ◦ green 38 ◦ blue 150

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

Shades of Vivid Violet #992696

Tints of Vivid Violet #992696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 43.99%

R = 44.87%
G = 11.14%
B = 43.99%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.02

 K value IS 0.4

RGB Variations

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

Color information

#992696 (or 0x992696) is known color: Vivid Violet. HEX triplet: 99, 26 and 96. RGB value is (153,38,150). Sum of RGB (Red+Green+Blue) = 153+38+150=341 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.87% from 341); Green value is 38 (15.23% from 255 or 11.14% from 341); Blue value is 150 (58.98% from 255 or 43.99% from 341); Max value from RGB is 153 - color contains mainly: red. Hex color #992696 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992696 is #66D969. Grayscale: #545454. Windows color (decimal): -6740330 or 9840281. OLE color: 9840281.

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

Color convert

RGB 153 38 150 -
CMYK 0 0.75 0.02 0.4
HSL 301.57º 0.6% 0.37% -
HSV(B) 301.57º 0.75% 0.6% -
XYZ 19.34 10.36 29.83 -
YUV 85.15 164.6 176.39 -
System Red Green Blue C M Y K H S L
Decimal 153 38 150 0 0.75 0.02 0.4 301.57 0.6 0.37
Hex 99 26 96 0 4B 2 28 12E 3C 25
Octal 231 46 226 0 113 2 50 456 74 45
Binary 10011001 100110 10010110 0 1001011 10 101000 100101110 111100 100101

Color Harmonies of #992696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992696

Black with #992696

Text Example


Text Example

White with #992696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992696; }

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

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

background-color css

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

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

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

border-color css

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

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

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