#9342d8

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

Shades of Dark Orchid #9342D8

Tints of Dark Orchid #9342D8

Color information

#9342D8 (or 0x9342D8) is unknown color: approx Dark Orchid. HEX triplet: 93, 42 and D8. RGB value is (147,66,216). Sum of RGB (Red+Green+Blue) = 147+66+216=429 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.27% from 429); Green value is 66 (26.17% from 255 or 15.38% from 429); Blue value is 216 (84.77% from 255 or 50.35% from 429); Max value from RGB is 216 - color contains mainly: blue. Hex color #9342D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9342D8 is #6CBD27. Grayscale: #6A6A6A. Windows color (decimal): -7126312 or 14172819. OLE color: 14172819.

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

Color convert

RGB14766216-
CMYK0.320.6900.15
HSL272.4º65.79%55.29%-
HSV(B)272.4º69.44%84.71%-
XYZ26.3815.0666.48-
YUV107.32189.34156.3-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.27%
GREEN value IS 66 (26.17% from 255) = 15.38%
BLUE value IS 216 (84.77% from 255) = 50.35%
R=34.27%
G=15.38%
B=50.35%

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
Decimal147662160.320.6900.15272.465.7955.29
Hex9342D820450F1104237
Octal2231023304010501742010267
Binary100100111000010110110001000001000101011111000100001000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9342d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9342d8; }

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

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

<style>
 a { background-color: #9342d8; }

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

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

<style>
 span { border-color: #9342d8; }

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

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