#9729E8

Color #9729E8 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #9729E8

Tints of Blue Violet #9729E8

Color information

#9729E8 (or 0x9729E8) is unknown color: approx Blue Violet. HEX triplet: 97, 29 and E8. RGB value is (151,41,232). Sum of RGB (Red+Green+Blue) = 151+41+232=424 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.61% from 424); Green value is 41 (16.41% from 255 or 9.67% from 424); Blue value is 232 (91.02% from 255 or 54.72% from 424); Max value from RGB is 232 - color contains mainly: blue. Hex color #9729E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9729E8 is #68D617. Grayscale: #5F5F5F. Windows color (decimal): -6870552 or 15214999. OLE color: 15214999.

HSL color Cylindrical-coordinate representation of color #9729E8: hue angle of 274.55º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9729E8 is Cyan = 0.35, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB15141232-
CMYK0.350.8200.09
HSL274.55º80.59%53.53%-
HSV(B)274.55º82.33%90.98%-
XYZ28.1213.9977.56-
YUV95.66204.94167.47-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.61%
GREEN value IS 41 (16.41% from 255) = 9.67%
BLUE value IS 232 (91.02% from 255) = 54.72%
R=35.61%
G=9.67%
B=54.72%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal151412320.350.8200.09274.5580.5953.53
Hex9729E82352091135136
Octal227513504312201142312166
Binary10010111101001111010001000111010010010011000100111010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9729E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9729E8; }

 p { color: rgb(151,41,232); }

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

<style>
 a { background-color: #9729E8; }

 a { background-color: rgb(151,41,232); }

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

<style>
 span { border-color: #9729E8; }

 span { border-color: rgb(151,41,232); }

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