#923AD9

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

Shades of Dark Orchid #923AD9

Tints of Dark Orchid #923AD9

Color information

#923AD9 (or 0x923AD9) is unknown color: approx Dark Orchid. HEX triplet: 92, 3A and D9. RGB value is (146,58,217). Sum of RGB (Red+Green+Blue) = 146+58+217=421 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.68% from 421); Green value is 58 (23.05% from 255 or 13.78% from 421); Blue value is 217 (85.16% from 255 or 51.54% from 421); Max value from RGB is 217 - color contains mainly: blue. Hex color #923AD9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #923AD9 is #6DC526. Grayscale: #656565. Windows color (decimal): -7193895 or 14236306. OLE color: 14236306.

HSL color Cylindrical-coordinate representation of color #923AD9: hue angle of 273.21º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #923AD9 is Cyan = 0.33, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB14658217-
CMYK0.330.7300.15
HSL273.21º67.66%53.92%-
HSV(B)273.21º73.27%85.1%-
XYZ25.8914.1567.01-
YUV102.44192.65159.07-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.68%
GREEN value IS 58 (23.05% from 255) = 13.78%
BLUE value IS 217 (85.16% from 255) = 51.54%
R=34.68%
G=13.78%
B=51.54%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal146582170.330.7300.15273.2167.6653.92
Hex923AD921490F1114436
Octal222723314111101742110466
Binary10010010111010110110011000011001001011111000100011000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,58,217); }

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

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

 a { background-color: rgb(146,58,217); }

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

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

 span { border-color: rgb(146,58,217); }

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