Html Css Color HEX #954191 Vivid Violet

📋 copy color: '#954191'

red 149 ◦ green 65 ◦ blue 145

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

Shades of Vivid Violet #954191

Tints of Vivid Violet #954191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 40.39%

R = 41.5%
G = 18.11%
B = 40.39%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#954191 (or 0x954191) is known color: Vivid Violet. HEX triplet: 95, 41 and 91. RGB value is (149,65,145). Sum of RGB (Red+Green+Blue) = 149+65+145=359 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.50% from 359); Green value is 65 (25.78% from 255 or 18.11% from 359); Blue value is 145 (57.03% from 255 or 40.39% from 359); Max value from RGB is 149 - color contains mainly: red. Hex color #954191 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954191 is #6ABE6E. Grayscale: #636363. Windows color (decimal): -6995567 or 9519509. OLE color: 9519509.

HSL color Cylindrical-coordinate representation of color #954191: hue angle of 302.86º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #954191 is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 65 145 -
CMYK 0 0.56 0.03 0.42
HSL 302.86º 0.39% 0.42% -
HSV(B) 302.86º 0.56% 0.58% -
XYZ 19.4 12.21 28.12 -
YUV 99.24 153.83 163.5 -
System Red Green Blue C M Y K H S L
Decimal 149 65 145 0 0.56 0.03 0.42 302.86 0.39 0.42
Hex 95 41 91 0 38 3 2A 12F 27 2A
Octal 225 101 221 0 70 3 52 457 47 52
Binary 10010101 1000001 10010001 0 111000 11 101010 100101111 100111 101010

Color Harmonies of #954191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954191

Black with #954191

Text Example


Text Example

White with #954191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954191; }

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

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

background-color css

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

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

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

border-color css

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

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

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