#953C9E

Color #953C9E Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #953C9E

Tints of Vivid Violet #953C9E

Color information

#953C9E (or 0x953C9E) is unknown color: approx Vivid Violet. HEX triplet: 95, 3C and 9E. RGB value is (149,60,158). Sum of RGB (Red+Green+Blue) = 149+60+158=367 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.60% from 367); Green value is 60 (23.83% from 255 or 16.35% from 367); Blue value is 158 (62.11% from 255 or 43.05% from 367); Max value from RGB is 158 - color contains mainly: blue. Hex color #953C9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953C9E is #6AC361. Grayscale: #616161. Windows color (decimal): -6996834 or 10370197. OLE color: 10370197.

HSL color Cylindrical-coordinate representation of color #953C9E: hue angle of 294.49º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #953C9E is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14960158-
CMYK0.060.6200.38
HSL294.49º44.95%42.75%-
HSV(B)294.49º62.03%61.96%-
XYZ20.1812.0933.62-
YUV97.78161.99164.53-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.60%
GREEN value IS 60 (23.83% from 255) = 16.35%
BLUE value IS 158 (62.11% from 255) = 43.05%
R=40.60%
G=16.35%
B=43.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal149601580.060.6200.38294.4944.9542.75
Hex953C9E63E0261262d2b
Octal225742366760464465553
Binary10010101111100100111101101111100100110100100110101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,60,158); }

 H1.HeaderClassName
 {
   color: #953C9E;
 }
 .AnyTagClassName
 {
   color: #953C9E;
 }
</style>
background-color css

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

 a { background-color: rgb(149,60,158); }

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

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

 span { border-color: rgb(149,60,158); }

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