#9341D9

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

Shades of Dark Orchid #9341D9

Tints of Dark Orchid #9341D9

Color information

#9341D9 (or 0x9341D9) is unknown color: approx Dark Orchid. HEX triplet: 93, 41 and D9. RGB value is (147,65,217). Sum of RGB (Red+Green+Blue) = 147+65+217=429 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.27% from 429); Green value is 65 (25.78% from 255 or 15.15% from 429); Blue value is 217 (85.16% from 255 or 50.58% from 429); Max value from RGB is 217 - color contains mainly: blue. Hex color #9341D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9341D9 is #6CBE26. Grayscale: #6A6A6A. Windows color (decimal): -7126567 or 14238099. OLE color: 14238099.

HSL color Cylindrical-coordinate representation of color #9341D9: hue angle of 272.37º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9341D9 is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB14765217-
CMYK0.320.7000.15
HSL272.37º66.67%55.29%-
HSV(B)272.37º70.05%85.1%-
XYZ26.4514.9967.15-
YUV106.85190.17156.64-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.27%
GREEN value IS 65 (25.78% from 255) = 15.15%
BLUE value IS 217 (85.16% from 255) = 50.58%
R=34.27%
G=15.15%
B=50.58%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal147652170.320.7000.15272.3766.6755.29
Hex9341D920460F1104337
Octal2231013314010601742010367
Binary100100111000001110110011000001000110011111000100001000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9341D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9341D9; }

 p { color: rgb(147,65,217); }

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

<style>
 a { background-color: #9341D9; }

 a { background-color: rgb(147,65,217); }

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

<style>
 span { border-color: #9341D9; }

 span { border-color: rgb(147,65,217); }

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