#934395

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

Shades of Vivid Violet #934395

Tints of Vivid Violet #934395

Color information

#934395 (or 0x934395) is unknown color: approx Vivid Violet. HEX triplet: 93, 43 and 95. RGB value is (147,67,149). Sum of RGB (Red+Green+Blue) = 147+67+149=363 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.50% from 363); Green value is 67 (26.56% from 255 or 18.46% from 363); Blue value is 149 (58.59% from 255 or 41.05% from 363); Max value from RGB is 149 - color contains mainly: blue. Hex color #934395 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #934395 is #6CBC6A. Grayscale: #646464. Windows color (decimal): -7126123 or 9782163. OLE color: 9782163.

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

Color convert

RGB14767149-
CMYK0.010.5500.42
HSL298.54º37.96%42.35%-
HSV(B)298.54º55.03%58.43%-
XYZ19.4612.3929.8-
YUV100.27155.5161.33-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.50%
GREEN value IS 67 (26.56% from 255) = 18.46%
BLUE value IS 149 (58.59% from 255) = 41.05%
R=40.50%
G=18.46%
B=41.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147671490.010.5500.42298.5437.9642.35
Hex93439513702A12b262a
Octal2231032251670524534652
Binary1001001110000111001010111101110101010100101011100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #934395; }

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

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

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

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

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

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

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

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