Html Css Color HEX #954493 Vivid Violet

📋 copy color: '#954493'

red 149 ◦ green 68 ◦ blue 147

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

Shades of Vivid Violet #954493

Tints of Vivid Violet #954493

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.68%

 BLUE value IS 147 (57.81% from 255) = 40.38%

R = 40.93%
G = 18.68%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#954493 (or 0x954493) is known color: Vivid Violet. HEX triplet: 95, 44 and 93. RGB value is (149,68,147). Sum of RGB (Red+Green+Blue) = 149+68+147=364 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.93% from 364); Green value is 68 (26.95% from 255 or 18.68% from 364); Blue value is 147 (57.81% from 255 or 40.38% from 364); Max value from RGB is 149 - color contains mainly: red. Hex color #954493 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954493 is #6ABB6C. Grayscale: #646464. Windows color (decimal): -6994797 or 9651349. OLE color: 9651349.

HSL color Cylindrical-coordinate representation of color #954493: hue angle of 301.48º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #954493 is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 68 147 -
CMYK 0 0.54 0.01 0.42
HSL 301.48º 0.37% 0.43% -
HSV(B) 301.48º 0.54% 0.58% -
XYZ 19.73 12.63 29 -
YUV 101.23 153.84 162.08 -
System Red Green Blue C M Y K H S L
Decimal 149 68 147 0 0.54 0.01 0.42 301.48 0.37 0.43
Hex 95 44 93 0 36 1 2A 12D 25 2B
Octal 225 104 223 0 66 1 52 455 45 53
Binary 10010101 1000100 10010011 0 110110 1 101010 100101101 100101 101011

Color Harmonies of #954493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954493

Black with #954493

Text Example


Text Example

White with #954493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954493; }

 p { color: rgb(149,68,147); }

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

background-color css

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

 a { background-color: rgb(149,68,147); }

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

border-color css

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

 span { border-color: rgb(149,68,147); }

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