#946993

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

Shades of Violet Blue #946993

Tints of Violet Blue #946993

Color information

#946993 (or 0x946993) is unknown color: approx Violet Blue. HEX triplet: 94, 69 and 93. RGB value is (148,105,147). Sum of RGB (Red+Green+Blue) = 148+105+147=400 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37% from 400); Green value is 105 (41.41% from 255 or 26.25% from 400); Blue value is 147 (57.81% from 255 or 36.75% from 400); Max value from RGB is 148 - color contains mainly: red. Hex color #946993 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946993 is #6B966C. Grayscale: #7A7A7A. Windows color (decimal): -7050861 or 9660820. OLE color: 9660820.

HSL color Cylindrical-coordinate representation of color #946993: hue angle of 301.4º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #946993 is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB148105147-
CMYK00.290.010.42
HSL301.4º17%49.61%-
HSV(B)301.4º29.05%58.04%-
XYZ22.5318.5129.99-
YUV122.64141.75146.08-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37%
GREEN value IS 105 (41.41% from 255) = 26.25%
BLUE value IS 147 (57.81% from 255) = 36.75%
R=37%
G=26.25%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810514700.290.010.42301.41749.61
Hex94699301D12A12d1132
Octal2241512230351524552162
Binary10010100110100110010011011101110101010010110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946993; }

 p { color: rgb(148,105,147); }

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

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

 a { background-color: rgb(148,105,147); }

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

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

 span { border-color: rgb(148,105,147); }

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