#95329E

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

Shades of Vivid Violet #95329E

Tints of Vivid Violet #95329E

Color information

#95329E (or 0x95329E) is unknown color: approx Vivid Violet. HEX triplet: 95, 32 and 9E. RGB value is (149,50,158). Sum of RGB (Red+Green+Blue) = 149+50+158=357 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.74% from 357); Green value is 50 (19.92% from 255 or 14.01% from 357); Blue value is 158 (62.11% from 255 or 44.26% from 357); Max value from RGB is 158 - color contains mainly: blue. Hex color #95329E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95329E is #6ACD61. Grayscale: #5B5B5B. Windows color (decimal): -6999394 or 10367637. OLE color: 10367637.

HSL color Cylindrical-coordinate representation of color #95329E: hue angle of 295º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #95329E is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14950158-
CMYK0.060.6800.38
HSL295º51.92%40.78%-
HSV(B)295º68.35%61.96%-
XYZ19.7111.1433.46-
YUV91.91165.3168.72-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.74%
GREEN value IS 50 (19.92% from 255) = 14.01%
BLUE value IS 158 (62.11% from 255) = 44.26%
R=41.74%
G=14.01%
B=44.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal149501580.060.6800.3829551.9240.78
Hex95329E6440261273429
Octal2256223661040464476451
Binary100101011100101001111011010001000100110100100111110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95329E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95329E; }

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

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

<style>
 a { background-color: #95329E; }

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

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

<style>
 span { border-color: #95329E; }

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

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