#951FA5

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

Shades of Vivid Violet #951FA5

Tints of Vivid Violet #951FA5

Color information

#951FA5 (or 0x951FA5) is unknown color: approx Vivid Violet. HEX triplet: 95, 1F and A5. RGB value is (149,31,165). Sum of RGB (Red+Green+Blue) = 149+31+165=345 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.19% from 345); Green value is 31 (12.5% from 255 or 8.99% from 345); Blue value is 165 (64.84% from 255 or 47.83% from 345); Max value from RGB is 165 - color contains mainly: blue. Hex color #951FA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951FA5 is #6AE05A. Grayscale: #515151. Windows color (decimal): -7004251 or 10821525. OLE color: 10821525.

HSL color Cylindrical-coordinate representation of color #951FA5: hue angle of 292.84º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #951FA5 is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB14931165-
CMYK0.100.8100.35
HSL292.84º68.37%38.43%-
HSV(B)292.84º81.21%64.71%-
XYZ19.6810.0936.51-
YUV81.56175.09176.1-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.19%
GREEN value IS 31 (12.5% from 255) = 8.99%
BLUE value IS 165 (64.84% from 255) = 47.83%
R=43.19%
G=8.99%
B=47.83%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal149311650.100.8100.35292.8468.3738.43
Hex951FA5A510231254426
Octal225372451212104344510446
Binary1001010111111101001011010101000101000111001001011000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951FA5; }

 p { color: rgb(149,31,165); }

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

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

 a { background-color: rgb(149,31,165); }

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

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

 span { border-color: rgb(149,31,165); }

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