Html Css Color HEX #995199 Violet Blue

📋 copy color: '#995199'

red 153 ◦ green 81 ◦ blue 153

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

Shades of Violet Blue #995199

Tints of Violet Blue #995199

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.93%

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

R = 39.53%
G = 20.93%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#995199 (or 0x995199) is known color: Violet Blue. HEX triplet: 99, 51 and 99. RGB value is (153,81,153). Sum of RGB (Red+Green+Blue) = 153+81+153=387 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.53% from 387); Green value is 81 (32.03% from 255 or 20.93% from 387); Blue value is 153 (60.16% from 255 or 39.53% from 387); Max value from RGB is 153 - color contains mainly: red, blue. Hex color #995199 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995199 is #66AE66. Grayscale: #6E6E6E. Windows color (decimal): -6729319 or 10047897. OLE color: 10047897.

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

Color convert

RGB 153 81 153 -
CMYK 0 0.47 0 0.4
HSL 300º 0.31% 0.46% -
HSV(B) 300º 0.47% 0.6% -
XYZ 21.83 14.96 31.87 -
YUV 110.74 151.85 158.15 -
System Red Green Blue C M Y K H S L
Decimal 153 81 153 0 0.47 0 0.4 300 0.31 0.46
Hex 99 51 99 0 2F 0 28 12C 1F 2E
Octal 231 121 231 0 57 0 50 454 37 56
Binary 10011001 1010001 10011001 0 101111 0 101000 100101100 11111 101110

Color Harmonies of #995199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995199

Black with #995199

Text Example


Text Example

White with #995199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995199; }

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

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

background-color css

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

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

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

border-color css

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

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

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