#9415B7

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

Shades of Dark Violet #9415B7

Tints of Dark Violet #9415B7

Color information

#9415B7 (or 0x9415B7) is unknown color: approx Dark Violet. HEX triplet: 94, 15 and B7. RGB value is (148,21,183). Sum of RGB (Red+Green+Blue) = 148+21+183=352 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.05% from 352); Green value is 21 (8.59% from 255 or 5.97% from 352); Blue value is 183 (71.88% from 255 or 51.99% from 352); Max value from RGB is 183 - color contains mainly: blue. Hex color #9415B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9415B7 is #6BEA48. Grayscale: #4C4C4C. Windows color (decimal): -7072329 or 11998612. OLE color: 11998612.

HSL color Cylindrical-coordinate representation of color #9415B7: hue angle of 287.04º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9415B7 is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB14821183-
CMYK0.190.8900.28
HSL287.04º79.41%40%-
HSV(B)287.04º88.52%71.76%-
XYZ21.0310.2545.67-
YUV77.44187.58178.33-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.05%
GREEN value IS 21 (8.59% from 255) = 5.97%
BLUE value IS 183 (71.88% from 255) = 51.99%
R=42.05%
G=5.97%
B=51.99%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal148211830.190.8900.28287.0479.4140
Hex9415B7135901C11f4f28
Octal224252672313103443711750
Binary1001010010101101101111001110110010111001000111111001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9415B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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