#94438B

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

Shades of Vivid Violet #94438B

Tints of Vivid Violet #94438B

Color information

#94438B (or 0x94438B) is unknown color: approx Vivid Violet. HEX triplet: 94, 43 and 8B. RGB value is (148,67,139). Sum of RGB (Red+Green+Blue) = 148+67+139=354 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.81% from 354); Green value is 67 (26.56% from 255 or 18.93% from 354); Blue value is 139 (54.69% from 255 or 39.27% from 354); Max value from RGB is 148 - color contains mainly: red. Hex color #94438B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #94438B is #6BBC74. Grayscale: #636363. Windows color (decimal): -7060597 or 9126804. OLE color: 9126804.

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

Color convert

RGB14867139-
CMYK00.550.060.42
HSL306.67º37.67%42.16%-
HSV(B)306.67º54.73%58.04%-
XYZ18.8812.1725.78-
YUV99.43150.34162.65-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.81%
GREEN value IS 67 (26.56% from 255) = 18.93%
BLUE value IS 139 (54.69% from 255) = 39.27%
R=41.81%
G=18.93%
B=39.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1486713900.550.060.42306.6737.6742.16
Hex94438B03762A133262a
Octal2241032130676524634652
Binary100101001000011100010110110111110101010100110011100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94438B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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