Html Css Color HEX #953F99 Vivid Violet

📋 copy color: '#953F99'

red 149 ◦ green 63 ◦ blue 153

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

Shades of Vivid Violet #953F99

Tints of Vivid Violet #953F99

RGB

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

 GREEN value IS 63 (25% from 255) = 17.26%

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

R = 40.82%
G = 17.26%
B = 41.92%

CMYK

 C value IS 0.03

 M value IS 0.59

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#953F99 (or 0x953F99) is known color: Vivid Violet. HEX triplet: 95, 3F and 99. RGB value is (149,63,153). Sum of RGB (Red+Green+Blue) = 149+63+153=365 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.82% from 365); Green value is 63 (25% from 255 or 17.26% from 365); Blue value is 153 (60.16% from 255 or 41.92% from 365); Max value from RGB is 153 - color contains mainly: blue. Hex color #953F99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953F99 is #6AC066. Grayscale: #626262. Windows color (decimal): -6996071 or 10043285. OLE color: 10043285.

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

Color convert

RGB 149 63 153 -
CMYK 0.03 0.59 0 0.4
HSL 297.33º 0.42% 0.42% -
HSV(B) 297.33º 0.59% 0.6% -
XYZ 19.92 12.24 31.45 -
YUV 98.97 158.49 163.68 -
System Red Green Blue C M Y K H S L
Decimal 149 63 153 0.03 0.59 0 0.4 297.33 0.42 0.42
Hex 95 3F 99 3 3B 0 28 129 2A 2A
Octal 225 77 231 3 73 0 50 451 52 52
Binary 10010101 111111 10011001 11 111011 0 101000 100101001 101010 101010

Color Harmonies of #953F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953F99

Black with #953F99

Text Example


Text Example

White with #953F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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