#94459E

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

Shades of Vivid Violet #94459E

Tints of Vivid Violet #94459E

Color information

#94459E (or 0x94459E) is unknown color: approx Vivid Violet. HEX triplet: 94, 45 and 9E. RGB value is (148,69,158). Sum of RGB (Red+Green+Blue) = 148+69+158=375 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.47% from 375); Green value is 69 (27.34% from 255 or 18.4% from 375); Blue value is 158 (62.11% from 255 or 42.13% from 375); Max value from RGB is 158 - color contains mainly: blue. Hex color #94459E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #94459E is #6BBA61. Grayscale: #666666. Windows color (decimal): -7060066 or 10372500. OLE color: 10372500.

HSL color Cylindrical-coordinate representation of color #94459E: hue angle of 293.26º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #94459E is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14869158-
CMYK0.060.5600.38
HSL293.26º39.21%44.51%-
HSV(B)293.26º56.33%61.96%-
XYZ20.5113.0233.78-
YUV102.77159.17160.26-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.47%
GREEN value IS 69 (27.34% from 255) = 18.4%
BLUE value IS 158 (62.11% from 255) = 42.13%
R=39.47%
G=18.4%
B=42.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal148691580.060.5600.38293.2639.2144.51
Hex94459E638026125272d
Octal2241052366700464454755
Binary100101001000101100111101101110000100110100100101100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94459E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,69,158); }

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

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

 a { background-color: rgb(148,69,158); }

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

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

 span { border-color: rgb(148,69,158); }

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