Html Css Color HEX #955196 Violet Blue

📋 copy color: '#955196'

red 149 ◦ green 81 ◦ blue 150

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

Shades of Violet Blue #955196

Tints of Violet Blue #955196

RGB

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

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

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

R = 39.21%
G = 21.32%
B = 39.47%

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

#955196 (or 0x955196) is known color: Violet Blue. HEX triplet: 95, 51 and 96. RGB value is (149,81,150). Sum of RGB (Red+Green+Blue) = 149+81+150=380 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.21% from 380); Green value is 81 (32.03% from 255 or 21.32% from 380); Blue value is 150 (58.98% from 255 or 39.47% from 380); Max value from RGB is 150 - color contains mainly: blue. Hex color #955196 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955196 is #6AAE69. Grayscale: #6C6C6C. Windows color (decimal): -6991466 or 9851285. OLE color: 9851285.

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

Color convert

RGB 149 81 150 -
CMYK 0.01 0.46 0 0.41
HSL 299.13º 0.3% 0.45% -
HSV(B) 299.13º 0.46% 0.59% -
XYZ 20.84 14.48 30.55 -
YUV 109.2 151.03 156.39 -
System Red Green Blue C M Y K H S L
Decimal 149 81 150 0.01 0.46 0 0.41 299.13 0.3 0.45
Hex 95 51 96 1 2E 0 29 12B 1E 2D
Octal 225 121 226 1 56 0 51 453 36 55
Binary 10010101 1010001 10010110 1 101110 0 101001 100101011 11110 101101

Color Harmonies of #955196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955196

Black with #955196

Text Example


Text Example

White with #955196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955196; }

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

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

background-color css

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

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

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

border-color css

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

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

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