Html Css Color HEX #953791 Vivid Violet

📋 copy color: '#953791'

red 149 ◦ green 55 ◦ blue 145

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

Shades of Vivid Violet #953791

Tints of Vivid Violet #953791

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.76%

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

R = 42.69%
G = 15.76%
B = 41.55%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#953791 (or 0x953791) is known color: Vivid Violet. HEX triplet: 95, 37 and 91. RGB value is (149,55,145). Sum of RGB (Red+Green+Blue) = 149+55+145=349 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.69% from 349); Green value is 55 (21.88% from 255 or 15.76% from 349); Blue value is 145 (57.03% from 255 or 41.55% from 349); Max value from RGB is 149 - color contains mainly: red. Hex color #953791 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953791 is #6AC86E. Grayscale: #5D5D5D. Windows color (decimal): -6998127 or 9516949. OLE color: 9516949.

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

Color convert

RGB 149 55 145 -
CMYK 0 0.63 0.03 0.42
HSL 302.55º 0.46% 0.4% -
HSV(B) 302.55º 0.63% 0.58% -
XYZ 18.87 11.17 27.95 -
YUV 93.37 157.14 167.68 -
System Red Green Blue C M Y K H S L
Decimal 149 55 145 0 0.63 0.03 0.42 302.55 0.46 0.4
Hex 95 37 91 0 3F 3 2A 12F 2E 28
Octal 225 67 221 0 77 3 52 457 56 50
Binary 10010101 110111 10010001 0 111111 11 101010 100101111 101110 101000

Color Harmonies of #953791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953791

Black with #953791

Text Example


Text Example

White with #953791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953791; }

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

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

background-color css

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

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

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

border-color css

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

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

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