#9315D8

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

Shades of Dark Violet #9315D8

Tints of Dark Violet #9315D8

Color information

#9315D8 (or 0x9315D8) is unknown color: approx Dark Violet. HEX triplet: 93, 15 and D8. RGB value is (147,21,216). Sum of RGB (Red+Green+Blue) = 147+21+216=384 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.28% from 384); Green value is 21 (8.59% from 255 or 5.47% from 384); Blue value is 216 (84.77% from 255 or 56.25% from 384); Max value from RGB is 216 - color contains mainly: blue. Hex color #9315D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9315D8 is #6CEA27. Grayscale: #505050. Windows color (decimal): -7137832 or 14161299. OLE color: 14161299.

HSL color Cylindrical-coordinate representation of color #9315D8: hue angle of 278.77º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9315D8 is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB14721216-
CMYK0.320.9000.15
HSL278.77º82.28%46.47%-
HSV(B)278.77º90.28%84.71%-
XYZ24.711.765.92-
YUV80.9204.24175.14-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.28%
GREEN value IS 21 (8.59% from 255) = 5.47%
BLUE value IS 216 (84.77% from 255) = 56.25%
R=38.28%
G=5.47%
B=56.25%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal147212160.320.9000.15278.7782.2846.47
Hex9315D8205A0F117522e
Octal223253304013201742712256
Binary1001001110101110110001000001011010011111000101111010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9315D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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