#94339B

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

Shades of Vivid Violet #94339B

Tints of Vivid Violet #94339B

Color information

#94339B (or 0x94339B) is unknown color: approx Vivid Violet. HEX triplet: 94, 33 and 9B. RGB value is (148,51,155). Sum of RGB (Red+Green+Blue) = 148+51+155=354 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.81% from 354); Green value is 51 (20.31% from 255 or 14.41% from 354); Blue value is 155 (60.94% from 255 or 43.79% from 354); Max value from RGB is 155 - color contains mainly: blue. Hex color #94339B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #94339B is #6BCC64. Grayscale: #5B5B5B. Windows color (decimal): -7064677 or 10171284. OLE color: 10171284.

HSL color Cylindrical-coordinate representation of color #94339B: hue angle of 295.96º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #94339B is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14851155-
CMYK0.050.6700.39
HSL295.96º50.49%40.39%-
HSV(B)295.96º67.1%60.78%-
XYZ19.3111.0332.12-
YUV91.86163.64168.04-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.81%
GREEN value IS 51 (20.31% from 255) = 14.41%
BLUE value IS 155 (60.94% from 255) = 43.79%
R=41.81%
G=14.41%
B=43.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal148511550.050.6700.39295.9650.4940.39
Hex94339B5430271283228
Octal2246323351030474506250
Binary100101001100111001101110110000110100111100101000110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94339B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,51,155); }

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

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

 a { background-color: rgb(148,51,155); }

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

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

 span { border-color: rgb(148,51,155); }

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