#9126A7

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

Shades of Vivid Violet #9126A7

Tints of Vivid Violet #9126A7

Color information

#9126A7 (or 0x9126A7) is unknown color: approx Vivid Violet. HEX triplet: 91, 26 and A7. RGB value is (145,38,167). Sum of RGB (Red+Green+Blue) = 145+38+167=350 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.43% from 350); Green value is 38 (15.23% from 255 or 10.86% from 350); Blue value is 167 (65.62% from 255 or 47.71% from 350); Max value from RGB is 167 - color contains mainly: blue. Hex color #9126A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9126A7 is #6ED958. Grayscale: #545454. Windows color (decimal): -7264601 or 10954385. OLE color: 10954385.

HSL color Cylindrical-coordinate representation of color #9126A7: hue angle of 289.77º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9126A7 is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB14538167-
CMYK0.130.7700.35
HSL289.77º62.93%40.2%-
HSV(B)289.77º77.25%65.49%-
XYZ19.3510.237.51-
YUV84.7174.45171.01-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.43%
GREEN value IS 38 (15.23% from 255) = 10.86%
BLUE value IS 167 (65.62% from 255) = 47.71%
R=41.43%
G=10.86%
B=47.71%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal145381670.130.7700.35289.7762.9340.2
Hex9126A7D4D0231223f28
Octal22146247151150434427750
Binary1001000110011010100111110110011010100011100100010111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9126A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9126A7; }

 p { color: rgb(145,38,167); }

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

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

 a { background-color: rgb(145,38,167); }

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

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

 span { border-color: rgb(145,38,167); }

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