#9315FF

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

Shades of Blue Violet #9315FF

Tints of Blue Violet #9315FF

Color information

#9315FF (or 0x9315FF) is unknown color: approx Blue Violet. HEX triplet: 93, 15 and FF. RGB value is (147,21,255). Sum of RGB (Red+Green+Blue) = 147+21+255=423 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.75% from 423); Green value is 21 (8.59% from 255 or 4.96% from 423); Blue value is 255 (100% from 255 or 60.28% from 423); Max value from RGB is 255 - color contains mainly: blue. Hex color #9315FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9315FF is #6CEA00. Grayscale: #545454. Windows color (decimal): -7137793 or 16717203. OLE color: 16717203.

HSL color Cylindrical-coordinate representation of color #9315FF: hue angle of 272.31º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9315FF is Cyan = 0.42, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB14721255-
CMYK0.420.9200
HSL272.31º100%54.12%-
HSV(B)272.31º91.76%100%-
XYZ30.3513.9695.7-
YUV85.35223.74171.97-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.75%
GREEN value IS 21 (8.59% from 255) = 4.96%
BLUE value IS 255 (100% from 255) = 60.28%
R=34.75%
G=4.96%
B=60.28%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal147212550.420.9200272.3110054.12
Hex9315FF2A5C001106436
Octal22325377521340042014466
Binary1001001110101111111111010101011100001000100001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9315FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9315FF; }

 p { color: rgb(147,21,255); }

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

<style>
 a { background-color: #9315FF; }

 a { background-color: rgb(147,21,255); }

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

<style>
 span { border-color: #9315FF; }

 span { border-color: rgb(147,21,255); }

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