Html Css Color HEX #953A99 Vivid Violet

📋 copy color: '#953A99'

red 149 ◦ green 58 ◦ blue 153

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

Shades of Vivid Violet #953A99

Tints of Vivid Violet #953A99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 42.5%

R = 41.39%
G = 16.11%
B = 42.5%

CMYK

 C value IS 0.03

 M value IS 0.62

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#953A99 (or 0x953A99) is known color: Vivid Violet. HEX triplet: 95, 3A and 99. RGB value is (149,58,153). Sum of RGB (Red+Green+Blue) = 149+58+153=360 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.39% from 360); Green value is 58 (23.05% from 255 or 16.11% from 360); Blue value is 153 (60.16% from 255 or 42.5% from 360); Max value from RGB is 153 - color contains mainly: blue. Hex color #953A99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953A99 is #6AC566. Grayscale: #5F5F5F. Windows color (decimal): -6997351 or 10042005. OLE color: 10042005.

HSL color Cylindrical-coordinate representation of color #953A99: hue angle of 297.47º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #953A99 is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 149 58 153 -
CMYK 0.03 0.62 0 0.4
HSL 297.47º 0.45% 0.41% -
HSV(B) 297.47º 0.62% 0.6% -
XYZ 19.66 11.72 31.36 -
YUV 96.04 160.15 165.78 -
System Red Green Blue C M Y K H S L
Decimal 149 58 153 0.03 0.62 0 0.4 297.47 0.45 0.41
Hex 95 3A 99 3 3E 0 28 129 2D 29
Octal 225 72 231 3 76 0 50 451 55 51
Binary 10010101 111010 10011001 11 111110 0 101000 100101001 101101 101001

Color Harmonies of #953A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953A99

Black with #953A99

Text Example


Text Example

White with #953A99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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