#9430AA

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

Shades of Vivid Violet #9430AA

Tints of Vivid Violet #9430AA

Color information

#9430AA (or 0x9430AA) is unknown color: approx Vivid Violet. HEX triplet: 94, 30 and AA. RGB value is (148,48,170). Sum of RGB (Red+Green+Blue) = 148+48+170=366 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.44% from 366); Green value is 48 (19.14% from 255 or 13.11% from 366); Blue value is 170 (66.80% from 255 or 46.45% from 366); Max value from RGB is 170 - color contains mainly: blue. Hex color #9430AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9430AA is #6BCF55. Grayscale: #5B5B5B. Windows color (decimal): -7065430 or 11153556. OLE color: 11153556.

HSL color Cylindrical-coordinate representation of color #9430AA: hue angle of 289.18º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9430AA is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14848170-
CMYK0.130.7200.33
HSL289.18º55.96%42.75%-
HSV(B)289.18º71.76%66.67%-
XYZ20.5311.3139.13-
YUV91.81172.13168.08-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.44%
GREEN value IS 48 (19.14% from 255) = 13.11%
BLUE value IS 170 (66.80% from 255) = 46.45%
R=40.44%
G=13.11%
B=46.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal148481700.130.7200.33289.1855.9642.75
Hex9430AAD48021121382b
Octal22460252151100414417053
Binary1001010011000010101010110110010000100001100100001111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9430AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9430AA; }

 p { color: rgb(148,48,170); }

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

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

 a { background-color: rgb(148,48,170); }

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

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

 span { border-color: rgb(148,48,170); }

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