#9730E0

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

Shades of Blue Violet #9730E0

Tints of Blue Violet #9730E0

Color information

#9730E0 (or 0x9730E0) is unknown color: approx Blue Violet. HEX triplet: 97, 30 and E0. RGB value is (151,48,224). Sum of RGB (Red+Green+Blue) = 151+48+224=423 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.70% from 423); Green value is 48 (19.14% from 255 or 11.35% from 423); Blue value is 224 (87.89% from 255 or 52.96% from 423); Max value from RGB is 224 - color contains mainly: blue. Hex color #9730E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9730E0 is #68CF1F. Grayscale: #626262. Windows color (decimal): -6868768 or 14692503. OLE color: 14692503.

HSL color Cylindrical-coordinate representation of color #9730E0: hue angle of 275.11º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9730E0 is Cyan = 0.33, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB15148224-
CMYK0.330.7900.12
HSL275.11º73.95%53.33%-
HSV(B)275.11º78.57%87.84%-
XYZ27.2714.0871.8-
YUV98.86198.62165.19-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.70%
GREEN value IS 48 (19.14% from 255) = 11.35%
BLUE value IS 224 (87.89% from 255) = 52.96%
R=35.70%
G=11.35%
B=52.96%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal151482240.330.7900.12275.1173.9553.33
Hex9730E0214F0C1134a35
Octal227603404111701442311265
Binary10010111110000111000001000011001111011001000100111001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9730E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9730E0; }

 p { color: rgb(151,48,224); }

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

<style>
 a { background-color: #9730E0; }

 a { background-color: rgb(151,48,224); }

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

<style>
 span { border-color: #9730E0; }

 span { border-color: rgb(151,48,224); }

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