#9318BE

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

Shades of Dark Orchid #9318BE

Tints of Dark Orchid #9318BE

Color information

#9318BE (or 0x9318BE) is unknown color: approx Dark Orchid. HEX triplet: 93, 18 and BE. RGB value is (147,24,190). Sum of RGB (Red+Green+Blue) = 147+24+190=361 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.72% from 361); Green value is 24 (9.77% from 255 or 6.65% from 361); Blue value is 190 (74.61% from 255 or 52.63% from 361); Max value from RGB is 190 - color contains mainly: blue. Hex color #9318BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9318BE is #6CE741. Grayscale: #4F4F4F. Windows color (decimal): -7137090 or 12458131. OLE color: 12458131.

HSL color Cylindrical-coordinate representation of color #9318BE: hue angle of 284.46º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9318BE is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14724190-
CMYK0.230.8700.25
HSL284.46º77.57%41.96%-
HSV(B)284.46º87.37%74.51%-
XYZ21.6510.5749.61-
YUV79.7190.25176-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.72%
GREEN value IS 24 (9.77% from 255) = 6.65%
BLUE value IS 190 (74.61% from 255) = 52.63%
R=40.72%
G=6.65%
B=52.63%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal147241900.230.8700.25284.4677.5741.96
Hex9318BE175701911c4e2a
Octal223302762712703143411652
Binary1001001111000101111101011110101110110011000111001001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9318BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9318BE; }

 p { color: rgb(147,24,190); }

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

<style>
 a { background-color: #9318BE; }

 a { background-color: rgb(147,24,190); }

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

<style>
 span { border-color: #9318BE; }

 span { border-color: rgb(147,24,190); }

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