#903DAA

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

Shades of Vivid Violet #903DAA

Tints of Vivid Violet #903DAA

Color information

#903DAA (or 0x903DAA) is unknown color: approx Vivid Violet. HEX triplet: 90, 3D and AA. RGB value is (144,61,170). Sum of RGB (Red+Green+Blue) = 144+61+170=375 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.4% from 375); Green value is 61 (24.22% from 255 or 16.27% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 170 - color contains mainly: blue. Hex color #903DAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #903DAA is #6FC255. Grayscale: #616161. Windows color (decimal): -7324246 or 11156880. OLE color: 11156880.

HSL color Cylindrical-coordinate representation of color #903DAA: hue angle of 285.69º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #903DAA is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14461170-
CMYK0.150.6400.33
HSL285.69º47.19%45.29%-
HSV(B)285.69º64.12%66.67%-
XYZ20.4312.1739.3-
YUV98.24168.5160.64-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.4%
GREEN value IS 61 (24.22% from 255) = 16.27%
BLUE value IS 170 (66.80% from 255) = 45.33%
R=38.4%
G=16.27%
B=45.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal144611700.150.6400.33285.6947.1945.29
Hex903DAAF4002111e2f2d
Octal22075252171000414365755
Binary1001000011110110101010111110000000100001100011110101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #903DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #903DAA; }

 p { color: rgb(144,61,170); }

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

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

 a { background-color: rgb(144,61,170); }

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

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

 span { border-color: rgb(144,61,170); }

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