#9215D5

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

Shades of Dark Violet #9215D5

Tints of Dark Violet #9215D5

Color information

#9215D5 (or 0x9215D5) is unknown color: approx Dark Violet. HEX triplet: 92, 15 and D5. RGB value is (146,21,213). Sum of RGB (Red+Green+Blue) = 146+21+213=380 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.42% from 380); Green value is 21 (8.59% from 255 or 5.53% from 380); Blue value is 213 (83.59% from 255 or 56.05% from 380); Max value from RGB is 213 - color contains mainly: blue. Hex color #9215D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9215D5 is #6DEA2A. Grayscale: #4F4F4F. Windows color (decimal): -7203371 or 13964690. OLE color: 13964690.

HSL color Cylindrical-coordinate representation of color #9215D5: hue angle of 279.06º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9215D5 is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB14621213-
CMYK0.310.9000.16
HSL279.06º82.05%45.88%-
HSV(B)279.06º90.14%83.53%-
XYZ24.1311.4563.89-
YUV80.26202.91174.89-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.42%
GREEN value IS 21 (8.59% from 255) = 5.53%
BLUE value IS 213 (83.59% from 255) = 56.05%
R=38.42%
G=5.53%
B=56.05%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal146212130.310.9000.16279.0682.0545.88
Hex9215D51F5A010117522e
Octal222253253713202042712256
Binary1001001010101110101011111110110100100001000101111010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9215D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9215D5; }

 p { color: rgb(146,21,213); }

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

<style>
 a { background-color: #9215D5; }

 a { background-color: rgb(146,21,213); }

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

<style>
 span { border-color: #9215D5; }

 span { border-color: rgb(146,21,213); }

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