#9F30E7

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

Shades of Blue Violet #9F30E7

Tints of Blue Violet #9F30E7

Color information

#9F30E7 (or 0x9F30E7) is unknown color: approx Blue Violet. HEX triplet: 9F, 30 and E7. RGB value is (159,48,231). Sum of RGB (Red+Green+Blue) = 159+48+231=438 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.30% from 438); Green value is 48 (19.14% from 255 or 10.96% from 438); Blue value is 231 (90.62% from 255 or 52.74% from 438); Max value from RGB is 231 - color contains mainly: blue. Hex color #9F30E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F30E7 is #60CF18. Grayscale: #656565. Windows color (decimal): -6344473 or 15151263. OLE color: 15151263.

HSL color Cylindrical-coordinate representation of color #9F30E7: hue angle of 276.39º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9F30E7 is Cyan = 0.31, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB15948231-
CMYK0.310.7900.09
HSL276.39º79.22%54.71%-
HSV(B)276.39º79.22%90.59%-
XYZ29.7815.2576.98-
YUV102.05200.77168.62-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.30%
GREEN value IS 48 (19.14% from 255) = 10.96%
BLUE value IS 231 (90.62% from 255) = 52.74%
R=36.30%
G=10.96%
B=52.74%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal159482310.310.7900.09276.3979.2254.71
Hex9F30E71F4F091144f37
Octal237603473711701142411767
Binary1001111111000011100111111111001111010011000101001001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F30E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F30E7; }

 p { color: rgb(159,48,231); }

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

<style>
 a { background-color: #9F30E7; }

 a { background-color: rgb(159,48,231); }

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

<style>
 span { border-color: #9F30E7; }

 span { border-color: rgb(159,48,231); }

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