Html Css Color HEX #955197 Violet Blue

📋 copy color: '#955197'

red 149 ◦ green 81 ◦ blue 151

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

Shades of Violet Blue #955197

Tints of Violet Blue #955197

RGB

 RED value IS 149 (58.59% from 255) = 39.11%

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

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

R = 39.11%
G = 21.26%
B = 39.63%

CMYK

 C value IS 0.01

 M value IS 0.46

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#955197 (or 0x955197) is known color: Violet Blue. HEX triplet: 95, 51 and 97. RGB value is (149,81,151). Sum of RGB (Red+Green+Blue) = 149+81+151=381 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.11% from 381); Green value is 81 (32.03% from 255 or 21.26% from 381); Blue value is 151 (59.38% from 255 or 39.63% from 381); Max value from RGB is 151 - color contains mainly: blue. Hex color #955197 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955197 is #6AAE68. Grayscale: #6D6D6D. Windows color (decimal): -6991465 or 9916821. OLE color: 9916821.

HSL color Cylindrical-coordinate representation of color #955197: hue angle of 298.29º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #955197 is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 149 81 151 -
CMYK 0.01 0.46 0 0.41
HSL 298.29º 0.3% 0.45% -
HSV(B) 298.29º 0.46% 0.59% -
XYZ 20.92 14.51 30.98 -
YUV 109.31 151.53 156.31 -
System Red Green Blue C M Y K H S L
Decimal 149 81 151 0.01 0.46 0 0.41 298.29 0.3 0.45
Hex 95 51 97 1 2E 0 29 12A 1E 2D
Octal 225 121 227 1 56 0 51 452 36 55
Binary 10010101 1010001 10010111 1 101110 0 101001 100101010 11110 101101

Color Harmonies of #955197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955197

Black with #955197

Text Example


Text Example

White with #955197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955197; }

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

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

background-color css

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

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

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

border-color css

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

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

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