#9625AA

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

Shades of Vivid Violet #9625AA

Tints of Vivid Violet #9625AA

Color information

#9625AA (or 0x9625AA) is unknown color: approx Vivid Violet. HEX triplet: 96, 25 and AA. RGB value is (150,37,170). Sum of RGB (Red+Green+Blue) = 150+37+170=357 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.02% from 357); Green value is 37 (14.84% from 255 or 10.36% from 357); Blue value is 170 (66.80% from 255 or 47.62% from 357); Max value from RGB is 170 - color contains mainly: blue. Hex color #9625AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9625AA is #69DA55. Grayscale: #555555. Windows color (decimal): -6937174 or 11150742. OLE color: 11150742.

HSL color Cylindrical-coordinate representation of color #9625AA: hue angle of 290.98º 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 #9625AA is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15037170-
CMYK0.120.7800.33
HSL290.98º64.25%40.59%-
HSV(B)290.98º78.24%66.67%-
XYZ20.4910.7139.02-
YUV85.95175.44173.69-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.02%
GREEN value IS 37 (14.84% from 255) = 10.36%
BLUE value IS 170 (66.80% from 255) = 47.62%
R=42.02%
G=10.36%
B=47.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal150371700.120.7800.33290.9864.2540.59
Hex9625AAC4E0211234029
Octal226452521411604144310051
Binary10010110100101101010101100100111001000011001000111000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9625AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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