#9015DA

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

Shades of Dark Violet #9015DA

Tints of Dark Violet #9015DA

Color information

#9015DA (or 0x9015DA) is unknown color: approx Dark Violet. HEX triplet: 90, 15 and DA. RGB value is (144,21,218). Sum of RGB (Red+Green+Blue) = 144+21+218=383 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.60% from 383); Green value is 21 (8.59% from 255 or 5.48% from 383); Blue value is 218 (85.55% from 255 or 56.92% from 383); Max value from RGB is 218 - color contains mainly: blue. Hex color #9015DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9015DA is #6FEA25. Grayscale: #4F4F4F. Windows color (decimal): -7334438 or 14292368. OLE color: 14292368.

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

Color convert

RGB14421218-
CMYK0.340.9000.15
HSL277.46º82.43%46.86%-
HSV(B)277.46º90.37%85.49%-
XYZ24.4211.5367.27-
YUV80.24205.75173.48-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.60%
GREEN value IS 21 (8.59% from 255) = 5.48%
BLUE value IS 218 (85.55% from 255) = 56.92%
R=37.60%
G=5.48%
B=56.92%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal144212180.340.9000.15277.4682.4346.86
Hex9015DA225A0F115522f
Octal220253324213201742512257
Binary1001000010101110110101000101011010011111000101011010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9015DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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