#95438D

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

Shades of Vivid Violet #95438D

Tints of Vivid Violet #95438D

Color information

#95438D (or 0x95438D) is unknown color: approx Vivid Violet. HEX triplet: 95, 43 and 8D. RGB value is (149,67,141). Sum of RGB (Red+Green+Blue) = 149+67+141=357 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.74% from 357); Green value is 67 (26.56% from 255 or 18.77% from 357); Blue value is 141 (55.47% from 255 or 39.50% from 357); Max value from RGB is 149 - color contains mainly: red. Hex color #95438D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95438D is #6ABC72. Grayscale: #636363. Windows color (decimal): -6995059 or 9257877. OLE color: 9257877.

HSL color Cylindrical-coordinate representation of color #95438D: hue angle of 305.85º 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 #95438D is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB14967141-
CMYK00.550.050.42
HSL305.85º37.96%42.35%-
HSV(B)305.85º55.03%58.43%-
XYZ19.2112.3326.57-
YUV99.95151.17162.98-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.74%
GREEN value IS 67 (26.56% from 255) = 18.77%
BLUE value IS 141 (55.47% from 255) = 39.50%
R=41.74%
G=18.77%
B=39.50%

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
Decimal1496714100.550.050.42305.8537.9642.35
Hex95438D03752A132262a
Octal2251032150675524624652
Binary100101011000011100011010110111101101010100110010100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95438D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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