#9415DF

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

Shades of Dark Violet #9415DF

Tints of Dark Violet #9415DF

Color information

#9415DF (or 0x9415DF) is unknown color: approx Dark Violet. HEX triplet: 94, 15 and DF. RGB value is (148,21,223). Sum of RGB (Red+Green+Blue) = 148+21+223=392 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.76% from 392); Green value is 21 (8.59% from 255 or 5.36% from 392); Blue value is 223 (87.5% from 255 or 56.89% from 392); Max value from RGB is 223 - color contains mainly: blue. Hex color #9415DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9415DF is #6BEA20. Grayscale: #515151. Windows color (decimal): -7072289 or 14620052. OLE color: 14620052.

HSL color Cylindrical-coordinate representation of color #9415DF: hue angle of 277.72º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9415DF is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB14821223-
CMYK0.340.9100.13
HSL277.72º82.79%47.84%-
HSV(B)277.72º90.58%87.45%-
XYZ25.812.1670.8-
YUV82207.58175.07-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.76%
GREEN value IS 21 (8.59% from 255) = 5.36%
BLUE value IS 223 (87.5% from 255) = 56.89%
R=37.76%
G=5.36%
B=56.89%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal148212230.340.9100.13277.7282.7947.84
Hex9415DF225B0D1165330
Octal224253374213301542612360
Binary1001010010101110111111000101011011011011000101101010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9415DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9415DF; }

 p { color: rgb(148,21,223); }

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

<style>
 a { background-color: #9415DF; }

 a { background-color: rgb(148,21,223); }

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

<style>
 span { border-color: #9415DF; }

 span { border-color: rgb(148,21,223); }

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