Html Css Color HEX #995197 Violet Blue

📋 copy color: '#995197'

red 153 ◦ green 81 ◦ blue 151

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

Shades of Violet Blue #995197

Tints of Violet Blue #995197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 39.22%

R = 39.74%
G = 21.04%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#995197 (or 0x995197) is known color: Violet Blue. HEX triplet: 99, 51 and 97. RGB value is (153,81,151). Sum of RGB (Red+Green+Blue) = 153+81+151=385 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.74% from 385); Green value is 81 (32.03% from 255 or 21.04% from 385); Blue value is 151 (59.38% from 255 or 39.22% from 385); Max value from RGB is 153 - color contains mainly: red. Hex color #995197 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995197 is #66AE68. Grayscale: #6E6E6E. Windows color (decimal): -6729321 or 9916825. OLE color: 9916825.

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

Color convert

RGB 153 81 151 -
CMYK 0 0.47 0.01 0.4
HSL 301.67º 0.31% 0.46% -
HSV(B) 301.67º 0.47% 0.6% -
XYZ 21.67 14.89 31.01 -
YUV 110.51 150.85 158.31 -
System Red Green Blue C M Y K H S L
Decimal 153 81 151 0 0.47 0.01 0.4 301.67 0.31 0.46
Hex 99 51 97 0 2F 1 28 12E 1F 2E
Octal 231 121 227 0 57 1 50 456 37 56
Binary 10011001 1010001 10010111 0 101111 1 101000 100101110 11111 101110

Color Harmonies of #995197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995197

Black with #995197

Text Example


Text Example

White with #995197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995197; }

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

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

background-color css

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

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

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

border-color css

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

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

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