#95368C

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

Shades of Vivid Violet #95368C

Tints of Vivid Violet #95368C

Color information

#95368C (or 0x95368C) is unknown color: approx Vivid Violet. HEX triplet: 95, 36 and 8C. RGB value is (149,54,140). Sum of RGB (Red+Green+Blue) = 149+54+140=343 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.44% from 343); Green value is 54 (21.48% from 255 or 15.74% from 343); Blue value is 140 (55.08% from 255 or 40.82% from 343); Max value from RGB is 149 - color contains mainly: red. Hex color #95368C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95368C is #6AC973. Grayscale: #5B5B5B. Windows color (decimal): -6998388 or 9189013. OLE color: 9189013.

HSL color Cylindrical-coordinate representation of color #95368C: hue angle of 305.68º 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 #95368C is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB14954140-
CMYK00.640.060.42
HSL305.68º46.8%39.8%-
HSV(B)305.68º63.76%58.43%-
XYZ18.4510.9225.95-
YUV92.21154.97168.51-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.44%
GREEN value IS 54 (21.48% from 255) = 15.74%
BLUE value IS 140 (55.08% from 255) = 40.82%
R=43.44%
G=15.74%
B=40.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495414000.640.060.42305.6846.839.8
Hex95368C04062A1322f28
Octal2256621401006524625750
Binary100101011101101000110001000000110101010100110010101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95368C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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