Html Css Color HEX #953493 Vivid Violet

📋 copy color: '#953493'

red 149 ◦ green 52 ◦ blue 147

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

Shades of Vivid Violet #953493

Tints of Vivid Violet #953493

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.94%

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

R = 42.82%
G = 14.94%
B = 42.24%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#953493 (or 0x953493) is known color: Vivid Violet. HEX triplet: 95, 34 and 93. RGB value is (149,52,147). Sum of RGB (Red+Green+Blue) = 149+52+147=348 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.82% from 348); Green value is 52 (20.70% from 255 or 14.94% from 348); Blue value is 147 (57.81% from 255 or 42.24% from 348); Max value from RGB is 149 - color contains mainly: red. Hex color #953493 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953493 is #6ACB6C. Grayscale: #5B5B5B. Windows color (decimal): -6998893 or 9647253. OLE color: 9647253.

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

Color convert

RGB 149 52 147 -
CMYK 0 0.65 0.01 0.42
HSL 301.24º 0.48% 0.39% -
HSV(B) 301.24º 0.65% 0.58% -
XYZ 18.89 10.95 28.72 -
YUV 91.83 159.14 168.78 -
System Red Green Blue C M Y K H S L
Decimal 149 52 147 0 0.65 0.01 0.42 301.24 0.48 0.39
Hex 95 34 93 0 41 1 2A 12D 30 27
Octal 225 64 223 0 101 1 52 455 60 47
Binary 10010101 110100 10010011 0 1000001 1 101010 100101101 110000 100111

Color Harmonies of #953493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953493

Black with #953493

Text Example


Text Example

White with #953493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953493; }

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

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

background-color css

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

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

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

border-color css

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

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

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