#94329E

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

Shades of Vivid Violet #94329E

Tints of Vivid Violet #94329E

Color information

#94329E (or 0x94329E) is unknown color: approx Vivid Violet. HEX triplet: 94, 32 and 9E. RGB value is (148,50,158). Sum of RGB (Red+Green+Blue) = 148+50+158=356 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.57% from 356); Green value is 50 (19.92% from 255 or 14.04% from 356); Blue value is 158 (62.11% from 255 or 44.38% from 356); Max value from RGB is 158 - color contains mainly: blue. Hex color #94329E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #94329E is #6BCD61. Grayscale: #5B5B5B. Windows color (decimal): -7064930 or 10367636. OLE color: 10367636.

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

Color convert

RGB14850158-
CMYK0.060.6800.38
HSL294.44º51.92%40.78%-
HSV(B)294.44º68.35%61.96%-
XYZ19.5211.0533.45-
YUV91.61165.47168.22-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.57%
GREEN value IS 50 (19.92% from 255) = 14.04%
BLUE value IS 158 (62.11% from 255) = 44.38%
R=41.57%
G=14.04%
B=44.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal148501580.060.6800.38294.4451.9240.78
Hex94329E6440261263429
Octal2246223661040464466451
Binary100101001100101001111011010001000100110100100110110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94329E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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