#922EBA

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

Shades of Dark Orchid #922EBA

Tints of Dark Orchid #922EBA

Color information

#922EBA (or 0x922EBA) is unknown color: approx Dark Orchid. HEX triplet: 92, 2E and BA. RGB value is (146,46,186). Sum of RGB (Red+Green+Blue) = 146+46+186=378 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.62% from 378); Green value is 46 (18.36% from 255 or 12.17% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #922EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #922EBA is #6DD145. Grayscale: #5B5B5B. Windows color (decimal): -7196998 or 12201618. OLE color: 12201618.

HSL color Cylindrical-coordinate representation of color #922EBA: hue angle of 282.86º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #922EBA is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14646186-
CMYK0.220.7500.27
HSL282.86º60.34%45.49%-
HSV(B)282.86º75.27%72.94%-
XYZ21.6911.6147.55-
YUV91.86181.13166.62-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.62%
GREEN value IS 46 (18.36% from 255) = 12.17%
BLUE value IS 186 (73.05% from 255) = 49.21%
R=38.62%
G=12.17%
B=49.21%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal146461860.220.7500.27282.8660.3445.49
Hex922EBA164B01B11b3c2d
Octal22256272261130334337455
Binary1001001010111010111010101101001011011011100011011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #922EBA; }

 p { color: rgb(146,46,186); }

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

<style>
 a { background-color: #922EBA; }

 a { background-color: rgb(146,46,186); }

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

<style>
 span { border-color: #922EBA; }

 span { border-color: rgb(146,46,186); }

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