#95438E

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

Shades of Vivid Violet #95438E

Tints of Vivid Violet #95438E

Color information

#95438E (or 0x95438E) is unknown color: approx Vivid Violet. HEX triplet: 95, 43 and 8E. RGB value is (149,67,142). Sum of RGB (Red+Green+Blue) = 149+67+142=358 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.62% from 358); Green value is 67 (26.56% from 255 or 18.72% from 358); Blue value is 142 (55.86% from 255 or 39.66% from 358); Max value from RGB is 149 - color contains mainly: red. Hex color #95438E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95438E is #6ABC71. Grayscale: #636363. Windows color (decimal): -6995058 or 9323413. OLE color: 9323413.

HSL color Cylindrical-coordinate representation of color #95438E: hue angle of 305.12º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #95438E is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB14967142-
CMYK00.550.050.42
HSL305.12º37.96%42.35%-
HSV(B)305.12º55.03%58.43%-
XYZ19.2812.3626.96-
YUV100.07151.67162.9-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.62%
GREEN value IS 67 (26.56% from 255) = 18.72%
BLUE value IS 142 (55.86% from 255) = 39.66%
R=41.62%
G=18.72%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1496714200.550.050.42305.1237.9642.35
Hex95438E03752A131262a
Octal2251032160675524614652
Binary100101011000011100011100110111101101010100110001100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95438E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,67,142); }

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

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

 a { background-color: rgb(149,67,142); }

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

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

 span { border-color: rgb(149,67,142); }

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