Html Css Color HEX #953193 Vivid Violet

📋 copy color: '#953193'

red 149 ◦ green 49 ◦ blue 147

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

Shades of Vivid Violet #953193

Tints of Vivid Violet #953193

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.2%

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

R = 43.19%
G = 14.2%
B = 42.61%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#953193 (or 0x953193) is known color: Vivid Violet. HEX triplet: 95, 31 and 93. RGB value is (149,49,147). Sum of RGB (Red+Green+Blue) = 149+49+147=345 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.19% from 345); Green value is 49 (19.53% from 255 or 14.20% from 345); Blue value is 147 (57.81% from 255 or 42.61% from 345); Max value from RGB is 149 - color contains mainly: red. Hex color #953193 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953193 is #6ACE6C. Grayscale: #595959. Windows color (decimal): -6999661 or 9646485. OLE color: 9646485.

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

Color convert

RGB 149 49 147 -
CMYK 0 0.67 0.01 0.42
HSL 301.2º 0.51% 0.39% -
HSV(B) 301.2º 0.67% 0.58% -
XYZ 18.76 10.69 28.68 -
YUV 90.07 160.13 170.03 -
System Red Green Blue C M Y K H S L
Decimal 149 49 147 0 0.67 0.01 0.42 301.2 0.51 0.39
Hex 95 31 93 0 43 1 2A 12D 33 27
Octal 225 61 223 0 103 1 52 455 63 47
Binary 10010101 110001 10010011 0 1000011 1 101010 100101101 110011 100111

Color Harmonies of #953193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953193

Black with #953193

Text Example


Text Example

White with #953193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953193; }

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

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

background-color css

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

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

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

border-color css

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

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

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