Html Css Color HEX #954196 Vivid Violet

📋 copy color: '#954196'

red 149 ◦ green 65 ◦ blue 150

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

Shades of Vivid Violet #954196

Tints of Vivid Violet #954196

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.86%

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

R = 40.93%
G = 17.86%
B = 41.21%

CMYK

 C value IS 0.01

 M value IS 0.57

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#954196 (or 0x954196) is known color: Vivid Violet. HEX triplet: 95, 41 and 96. RGB value is (149,65,150). Sum of RGB (Red+Green+Blue) = 149+65+150=364 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.93% from 364); Green value is 65 (25.78% from 255 or 17.86% from 364); Blue value is 150 (58.98% from 255 or 41.21% from 364); Max value from RGB is 150 - color contains mainly: blue. Hex color #954196 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954196 is #6ABE69. Grayscale: #636363. Windows color (decimal): -6995562 or 9847189. OLE color: 9847189.

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

Color convert

RGB 149 65 150 -
CMYK 0.01 0.57 0 0.41
HSL 299.29º 0.4% 0.42% -
HSV(B) 299.29º 0.57% 0.59% -
XYZ 19.79 12.37 30.2 -
YUV 99.81 156.33 163.09 -
System Red Green Blue C M Y K H S L
Decimal 149 65 150 0.01 0.57 0 0.41 299.29 0.4 0.42
Hex 95 41 96 1 39 0 29 12B 28 2A
Octal 225 101 226 1 71 0 51 453 50 52
Binary 10010101 1000001 10010110 1 111001 0 101001 100101011 101000 101010

Color Harmonies of #954196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954196

Black with #954196

Text Example


Text Example

White with #954196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954196; }

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

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

background-color css

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

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

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

border-color css

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

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

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