Html Css Color HEX #953391 Vivid Violet

📋 copy color: '#953391'

red 149 ◦ green 51 ◦ blue 145

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

Shades of Vivid Violet #953391

Tints of Vivid Violet #953391

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.78%

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

R = 43.19%
G = 14.78%
B = 42.03%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#953391 (or 0x953391) is known color: Vivid Violet. HEX triplet: 95, 33 and 91. RGB value is (149,51,145). Sum of RGB (Red+Green+Blue) = 149+51+145=345 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.19% from 345); Green value is 51 (20.31% from 255 or 14.78% from 345); Blue value is 145 (57.03% from 255 or 42.03% from 345); Max value from RGB is 149 - color contains mainly: red. Hex color #953391 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953391 is #6ACC6E. Grayscale: #5A5A5A. Windows color (decimal): -6999151 or 9515925. OLE color: 9515925.

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

Color convert

RGB 149 51 145 -
CMYK 0 0.66 0.03 0.42
HSL 302.45º 0.49% 0.39% -
HSV(B) 302.45º 0.66% 0.58% -
XYZ 18.69 10.8 27.89 -
YUV 91.02 158.47 169.36 -
System Red Green Blue C M Y K H S L
Decimal 149 51 145 0 0.66 0.03 0.42 302.45 0.49 0.39
Hex 95 33 91 0 42 3 2A 12E 31 27
Octal 225 63 221 0 102 3 52 456 61 47
Binary 10010101 110011 10010001 0 1000010 11 101010 100101110 110001 100111

Color Harmonies of #953391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953391

Black with #953391

Text Example


Text Example

White with #953391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953391; }

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

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

background-color css

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

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

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

border-color css

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

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

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