Html Css Color HEX #954291 Vivid Violet

📋 copy color: '#954291'

red 149 ◦ green 66 ◦ blue 145

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

Shades of Vivid Violet #954291

Tints of Vivid Violet #954291

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.33%

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

R = 41.39%
G = 18.33%
B = 40.28%

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

#954291 (or 0x954291) is known color: Vivid Violet. HEX triplet: 95, 42 and 91. RGB value is (149,66,145). Sum of RGB (Red+Green+Blue) = 149+66+145=360 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.39% from 360); Green value is 66 (26.17% from 255 or 18.33% from 360); Blue value is 145 (57.03% from 255 or 40.28% from 360); Max value from RGB is 149 - color contains mainly: red. Hex color #954291 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954291 is #6ABD6E. Grayscale: #636363. Windows color (decimal): -6995311 or 9519765. OLE color: 9519765.

HSL color Cylindrical-coordinate representation of color #954291: hue angle of 302.89º 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 #954291 is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 66 145 -
CMYK 0 0.56 0.03 0.42
HSL 302.89º 0.39% 0.42% -
HSV(B) 302.89º 0.56% 0.58% -
XYZ 19.45 12.33 28.14 -
YUV 99.82 153.5 163.08 -
System Red Green Blue C M Y K H S L
Decimal 149 66 145 0 0.56 0.03 0.42 302.89 0.39 0.42
Hex 95 42 91 0 38 3 2A 12F 27 2A
Octal 225 102 221 0 70 3 52 457 47 52
Binary 10010101 1000010 10010001 0 111000 11 101010 100101111 100111 101010

Color Harmonies of #954291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954291

Black with #954291

Text Example


Text Example

White with #954291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954291; }

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

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

background-color css

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

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

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

border-color css

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

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

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