Html Css Color HEX #954091 Vivid Violet

📋 copy color: '#954091'

red 149 ◦ green 64 ◦ blue 145

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

Shades of Vivid Violet #954091

Tints of Vivid Violet #954091

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.88%

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

R = 41.62%
G = 17.88%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#954091 (or 0x954091) is known color: Vivid Violet. HEX triplet: 95, 40 and 91. RGB value is (149,64,145). Sum of RGB (Red+Green+Blue) = 149+64+145=358 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.62% from 358); Green value is 64 (25.39% from 255 or 17.88% from 358); Blue value is 145 (57.03% from 255 or 40.50% from 358); Max value from RGB is 149 - color contains mainly: red. Hex color #954091 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954091 is #6ABF6E. Grayscale: #626262. Windows color (decimal): -6995823 or 9519253. OLE color: 9519253.

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

Color convert

RGB 149 64 145 -
CMYK 0 0.57 0.03 0.42
HSL 302.82º 0.4% 0.42% -
HSV(B) 302.82º 0.57% 0.58% -
XYZ 19.34 12.1 28.1 -
YUV 98.65 154.16 163.91 -
System Red Green Blue C M Y K H S L
Decimal 149 64 145 0 0.57 0.03 0.42 302.82 0.4 0.42
Hex 95 40 91 0 39 3 2A 12F 28 2A
Octal 225 100 221 0 71 3 52 457 50 52
Binary 10010101 1000000 10010001 0 111001 11 101010 100101111 101000 101010

Color Harmonies of #954091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954091

Black with #954091

Text Example


Text Example

White with #954091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954091; }

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

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

background-color css

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

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

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

border-color css

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

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

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