#9140D5

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

Shades of Dark Orchid #9140D5

Tints of Dark Orchid #9140D5

Color information

#9140D5 (or 0x9140D5) is unknown color: approx Dark Orchid. HEX triplet: 91, 40 and D5. RGB value is (145,64,213). Sum of RGB (Red+Green+Blue) = 145+64+213=422 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.36% from 422); Green value is 64 (25.39% from 255 or 15.17% from 422); Blue value is 213 (83.59% from 255 or 50.47% from 422); Max value from RGB is 213 - color contains mainly: blue. Hex color #9140D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9140D5 is #6EBF2A. Grayscale: #686868. Windows color (decimal): -7257899 or 13975697. OLE color: 13975697.

HSL color Cylindrical-coordinate representation of color #9140D5: hue angle of 272.62º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9140D5 is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB14564213-
CMYK0.320.7000.16
HSL272.62º63.95%54.31%-
HSV(B)272.62º69.95%83.53%-
XYZ25.5214.4964.4-
YUV105.2188.84156.38-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.36%
GREEN value IS 64 (25.39% from 255) = 15.17%
BLUE value IS 213 (83.59% from 255) = 50.47%
R=34.36%
G=15.17%
B=50.47%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal145642130.320.7000.16272.6263.9554.31
Hex9140D520460101114036
Octal2211003254010602042110066
Binary1001000110000001101010110000010001100100001000100011000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9140D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,64,213); }

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

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

 a { background-color: rgb(145,64,213); }

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

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

 span { border-color: rgb(145,64,213); }

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