Html Css Color HEX #953A93 Vivid Violet

📋 copy color: '#953A93'

red 149 ◦ green 58 ◦ blue 147

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

Shades of Vivid Violet #953A93

Tints of Vivid Violet #953A93

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.38%

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

R = 42.09%
G = 16.38%
B = 41.53%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#953A93 (or 0x953A93) is known color: Vivid Violet. HEX triplet: 95, 3A and 93. RGB value is (149,58,147). Sum of RGB (Red+Green+Blue) = 149+58+147=354 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.09% from 354); Green value is 58 (23.05% from 255 or 16.38% from 354); Blue value is 147 (57.81% from 255 or 41.53% from 354); Max value from RGB is 149 - color contains mainly: red. Hex color #953A93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953A93 is #6AC56C. Grayscale: #5F5F5F. Windows color (decimal): -6997357 or 9648789. OLE color: 9648789.

HSL color Cylindrical-coordinate representation of color #953A93: hue angle of 301.32º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #953A93 is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 58 147 -
CMYK 0 0.61 0.01 0.42
HSL 301.32º 0.44% 0.41% -
HSV(B) 301.32º 0.61% 0.58% -
XYZ 19.17 11.52 28.82 -
YUV 95.36 157.15 166.26 -
System Red Green Blue C M Y K H S L
Decimal 149 58 147 0 0.61 0.01 0.42 301.32 0.44 0.41
Hex 95 3A 93 0 3D 1 2A 12D 2C 29
Octal 225 72 223 0 75 1 52 455 54 51
Binary 10010101 111010 10010011 0 111101 1 101010 100101101 101100 101001

Color Harmonies of #953A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953A93

Black with #953A93

Text Example


Text Example

White with #953A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953A93; }

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

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

background-color css

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

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

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

border-color css

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

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

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