#9425AA

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

Shades of Vivid Violet #9425AA

Tints of Vivid Violet #9425AA

Color information

#9425AA (or 0x9425AA) is unknown color: approx Vivid Violet. HEX triplet: 94, 25 and AA. RGB value is (148,37,170). Sum of RGB (Red+Green+Blue) = 148+37+170=355 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.69% from 355); Green value is 37 (14.84% from 255 or 10.42% from 355); Blue value is 170 (66.80% from 255 or 47.89% from 355); Max value from RGB is 170 - color contains mainly: blue. Hex color #9425AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9425AA is #6BDA55. Grayscale: #545454. Windows color (decimal): -7068246 or 11150740. OLE color: 11150740.

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

Color convert

RGB14837170-
CMYK0.130.7800.33
HSL290.08º64.25%40.59%-
HSV(B)290.08º78.24%66.67%-
XYZ20.1310.5239-
YUV85.35175.77172.69-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.69%
GREEN value IS 37 (14.84% from 255) = 10.42%
BLUE value IS 170 (66.80% from 255) = 47.89%
R=41.69%
G=10.42%
B=47.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal148371700.130.7800.33290.0864.2540.59
Hex9425AAD4E0211224029
Octal224452521511604144210051
Binary10010100100101101010101101100111001000011001000101000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9425AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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