#9218BE

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

Shades of Dark Orchid #9218BE

Tints of Dark Orchid #9218BE

Color information

#9218BE (or 0x9218BE) is unknown color: approx Dark Orchid. HEX triplet: 92, 18 and BE. RGB value is (146,24,190). Sum of RGB (Red+Green+Blue) = 146+24+190=360 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.56% from 360); Green value is 24 (9.77% from 255 or 6.67% from 360); Blue value is 190 (74.61% from 255 or 52.78% from 360); Max value from RGB is 190 - color contains mainly: blue. Hex color #9218BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9218BE is #6DE741. Grayscale: #4E4E4E. Windows color (decimal): -7202626 or 12458130. OLE color: 12458130.

HSL color Cylindrical-coordinate representation of color #9218BE: hue angle of 284.1º 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 #9218BE is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14624190-
CMYK0.230.8700.25
HSL284.1º77.57%41.96%-
HSV(B)284.1º87.37%74.51%-
XYZ21.4710.4849.61-
YUV79.4190.42175.5-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.56%
GREEN value IS 24 (9.77% from 255) = 6.67%
BLUE value IS 190 (74.61% from 255) = 52.78%
R=40.56%
G=6.67%
B=52.78%

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
Decimal146241900.230.8700.25284.177.5741.96
Hex9218BE175701911c4e2a
Octal222302762712703143411652
Binary1001001011000101111101011110101110110011000111001001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9218BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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