#94438E

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

Shades of Vivid Violet #94438E

Tints of Vivid Violet #94438E

Color information

#94438E (or 0x94438E) is unknown color: approx Vivid Violet. HEX triplet: 94, 43 and 8E. RGB value is (148,67,142). Sum of RGB (Red+Green+Blue) = 148+67+142=357 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.46% from 357); Green value is 67 (26.56% from 255 or 18.77% from 357); Blue value is 142 (55.86% from 255 or 39.78% from 357); Max value from RGB is 148 - color contains mainly: red. Hex color #94438E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #94438E is #6BBC71. Grayscale: #636363. Windows color (decimal): -7060594 or 9323412. OLE color: 9323412.

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

Color convert

RGB14867142-
CMYK00.550.040.42
HSL304.44º37.67%42.16%-
HSV(B)304.44º54.73%58.04%-
XYZ19.112.2626.95-
YUV99.77151.84162.4-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.46%
GREEN value IS 67 (26.56% from 255) = 18.77%
BLUE value IS 142 (55.86% from 255) = 39.78%
R=41.46%
G=18.77%
B=39.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1486714200.550.040.42304.4437.6742.16
Hex94438E03742A130262a
Octal2241032160674524604652
Binary100101001000011100011100110111100101010100110000100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94438E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,67,142); }

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

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

 a { background-color: rgb(148,67,142); }

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

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

 span { border-color: rgb(148,67,142); }

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