#9344D8

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

Shades of Dark Orchid #9344D8

Tints of Dark Orchid #9344D8

Color information

#9344D8 (or 0x9344D8) is unknown color: approx Dark Orchid. HEX triplet: 93, 44 and D8. RGB value is (147,68,216). Sum of RGB (Red+Green+Blue) = 147+68+216=431 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.11% from 431); Green value is 68 (26.95% from 255 or 15.78% from 431); Blue value is 216 (84.77% from 255 or 50.12% from 431); Max value from RGB is 216 - color contains mainly: blue. Hex color #9344D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9344D8 is #6CBB27. Grayscale: #6B6B6B. Windows color (decimal): -7125800 or 14173331. OLE color: 14173331.

HSL color Cylindrical-coordinate representation of color #9344D8: hue angle of 272.03º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9344D8 is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB14768216-
CMYK0.320.6900.15
HSL272.03º65.49%55.69%-
HSV(B)272.03º68.52%84.71%-
XYZ26.4915.366.52-
YUV108.49188.67155.47-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.11%
GREEN value IS 68 (26.95% from 255) = 15.78%
BLUE value IS 216 (84.77% from 255) = 50.12%
R=34.11%
G=15.78%
B=50.12%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal147682160.320.6900.15272.0365.4955.69
Hex9344D820450F1104138
Octal2231043304010501742010170
Binary100100111000100110110001000001000101011111000100001000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9344D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9344D8; }

 p { color: rgb(147,68,216); }

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

<style>
 a { background-color: #9344D8; }

 a { background-color: rgb(147,68,216); }

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

<style>
 span { border-color: #9344D8; }

 span { border-color: rgb(147,68,216); }

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