Html Css Color HEX #953291 Vivid Violet

📋 copy color: '#953291'

red 149 ◦ green 50 ◦ blue 145

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

Shades of Vivid Violet #953291

Tints of Vivid Violet #953291

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.53%

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

R = 43.31%
G = 14.53%
B = 42.15%

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

#953291 (or 0x953291) is known color: Vivid Violet. HEX triplet: 95, 32 and 91. RGB value is (149,50,145). Sum of RGB (Red+Green+Blue) = 149+50+145=344 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.31% from 344); Green value is 50 (19.92% from 255 or 14.53% from 344); Blue value is 145 (57.03% from 255 or 42.15% from 344); Max value from RGB is 149 - color contains mainly: red. Hex color #953291 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953291 is #6ACD6E. Grayscale: #5A5A5A. Windows color (decimal): -6999407 or 9515669. OLE color: 9515669.

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

Color convert

RGB 149 50 145 -
CMYK 0 0.66 0.03 0.42
HSL 302.42º 0.5% 0.39% -
HSV(B) 302.42º 0.66% 0.58% -
XYZ 18.65 10.72 27.87 -
YUV 90.43 158.8 169.78 -
System Red Green Blue C M Y K H S L
Decimal 149 50 145 0 0.66 0.03 0.42 302.42 0.5 0.39
Hex 95 32 91 0 42 3 2A 12E 32 27
Octal 225 62 221 0 102 3 52 456 62 47
Binary 10010101 110010 10010001 0 1000010 11 101010 100101110 110010 100111

Color Harmonies of #953291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953291

Black with #953291

Text Example


Text Example

White with #953291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953291; }

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

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

background-color css

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

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

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

border-color css

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

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

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