#95368B

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

Shades of Vivid Violet #95368B

Tints of Vivid Violet #95368B

Color information

#95368B (or 0x95368B) is unknown color: approx Vivid Violet. HEX triplet: 95, 36 and 8B. RGB value is (149,54,139). Sum of RGB (Red+Green+Blue) = 149+54+139=342 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.57% from 342); Green value is 54 (21.48% from 255 or 15.79% from 342); Blue value is 139 (54.69% from 255 or 40.64% from 342); Max value from RGB is 149 - color contains mainly: red. Hex color #95368B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95368B is #6AC974. Grayscale: #5B5B5B. Windows color (decimal): -6998389 or 9123477. OLE color: 9123477.

HSL color Cylindrical-coordinate representation of color #95368B: hue angle of 306.32º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #95368B is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB14954139-
CMYK00.640.070.42
HSL306.32º46.8%39.8%-
HSV(B)306.32º63.76%58.43%-
XYZ18.3710.8925.56-
YUV92.1154.47168.59-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.57%
GREEN value IS 54 (21.48% from 255) = 15.79%
BLUE value IS 139 (54.69% from 255) = 40.64%
R=43.57%
G=15.79%
B=40.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495413900.640.070.42306.3246.839.8
Hex95368B04072A1322f28
Octal2256621301007524625750
Binary100101011101101000101101000000111101010100110010101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95368B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95368B; }

 p { color: rgb(149,54,139); }

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

<style>
 a { background-color: #95368B; }

 a { background-color: rgb(149,54,139); }

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

<style>
 span { border-color: #95368B; }

 span { border-color: rgb(149,54,139); }

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