#94418B

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

Shades of Vivid Violet #94418B

Tints of Vivid Violet #94418B

Color information

#94418B (or 0x94418B) is unknown color: approx Vivid Violet. HEX triplet: 94, 41 and 8B. RGB value is (148,65,139). Sum of RGB (Red+Green+Blue) = 148+65+139=352 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.05% from 352); Green value is 65 (25.78% from 255 or 18.47% from 352); Blue value is 139 (54.69% from 255 or 39.49% from 352); Max value from RGB is 148 - color contains mainly: red. Hex color #94418B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #94418B is #6BBE74. Grayscale: #626262. Windows color (decimal): -7061109 or 9126292. OLE color: 9126292.

HSL color Cylindrical-coordinate representation of color #94418B: hue angle of 306.51º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #94418B is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB14865139-
CMYK00.560.060.42
HSL306.51º38.97%41.76%-
HSV(B)306.51º56.08%58.04%-
XYZ18.7611.9425.74-
YUV98.25151163.48-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.05%
GREEN value IS 65 (25.78% from 255) = 18.47%
BLUE value IS 139 (54.69% from 255) = 39.49%
R=42.05%
G=18.47%
B=39.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1486513900.560.060.42306.5138.9741.76
Hex94418B03862A133272a
Octal2241012130706524634752
Binary100101001000001100010110111000110101010100110011100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94418B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,65,139); }

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

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

 a { background-color: rgb(148,65,139); }

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

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

 span { border-color: rgb(148,65,139); }

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