#923EBA

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

Shades of Dark Orchid #923EBA

Tints of Dark Orchid #923EBA

Color information

#923EBA (or 0x923EBA) is unknown color: approx Dark Orchid. HEX triplet: 92, 3E and BA. RGB value is (146,62,186). Sum of RGB (Red+Green+Blue) = 146+62+186=394 (52% of max value = 765). Red value is 146 (57.42% from 255 or 37.06% from 394); Green value is 62 (24.61% from 255 or 15.74% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 186 - color contains mainly: blue. Hex color #923EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #923EBA is #6DC145. Grayscale: #646464. Windows color (decimal): -7192902 or 12205714. OLE color: 12205714.

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

Color convert

RGB14662186-
CMYK0.220.6700.27
HSL280.65º50%48.63%-
HSV(B)280.65º66.67%72.94%-
XYZ22.4413.147.8-
YUV101.25175.83159.92-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.06%
GREEN value IS 62 (24.61% from 255) = 15.74%
BLUE value IS 186 (73.05% from 255) = 47.21%
R=37.06%
G=15.74%
B=47.21%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal146621860.220.6700.27280.655048.63
Hex923EBA164301B1193231
Octal22276272261030334316261
Binary1001001011111010111010101101000011011011100011001110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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