#9015D8

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

Shades of Dark Violet #9015D8

Tints of Dark Violet #9015D8

Color information

#9015D8 (or 0x9015D8) is unknown color: approx Dark Violet. HEX triplet: 90, 15 and D8. RGB value is (144,21,216). Sum of RGB (Red+Green+Blue) = 144+21+216=381 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.80% from 381); Green value is 21 (8.59% from 255 or 5.51% from 381); Blue value is 216 (84.77% from 255 or 56.69% from 381); Max value from RGB is 216 - color contains mainly: blue. Hex color #9015D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9015D8 is #6FEA27. Grayscale: #4F4F4F. Windows color (decimal): -7334440 or 14161296. OLE color: 14161296.

HSL color Cylindrical-coordinate representation of color #9015D8: hue angle of 277.85º 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 #9015D8 is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB14421216-
CMYK0.330.9000.15
HSL277.85º82.28%46.47%-
HSV(B)277.85º90.28%84.71%-
XYZ24.1611.4265.9-
YUV80.01204.75173.64-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.80%
GREEN value IS 21 (8.59% from 255) = 5.51%
BLUE value IS 216 (84.77% from 255) = 56.69%
R=37.80%
G=5.51%
B=56.69%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal144212160.330.9000.15277.8582.2846.47
Hex9015D8215A0F116522e
Octal220253304113201742612256
Binary1001000010101110110001000011011010011111000101101010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9015D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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