#923ed6

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

Shades of Dark Orchid #923ED6

Tints of Dark Orchid #923ED6

Color information

#923ED6 (or 0x923ED6) is unknown color: approx Dark Orchid. HEX triplet: 92, 3E and D6. RGB value is (146,62,214). Sum of RGB (Red+Green+Blue) = 146+62+214=422 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.60% from 422); Green value is 62 (24.61% from 255 or 14.69% from 422); Blue value is 214 (83.98% from 255 or 50.71% from 422); Max value from RGB is 214 - color contains mainly: blue. Hex color #923ED6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #923ED6 is #6DC129. Grayscale: #676767. Windows color (decimal): -7192874 or 14040722. OLE color: 14040722.

HSL color Cylindrical-coordinate representation of color #923ED6: hue angle of 273.16º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #923ED6 is Cyan = 0.32, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB14662214-
CMYK0.320.7100.16
HSL273.16º64.96%54.12%-
HSV(B)273.16º71.03%83.92%-
XYZ25.7114.4165.04-
YUV104.44189.83157.64-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.60%
GREEN value IS 62 (24.61% from 255) = 14.69%
BLUE value IS 214 (83.98% from 255) = 50.71%
R=34.60%
G=14.69%
B=50.71%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal146622140.320.7100.16273.1664.9654.12
Hex923ED620470101114136
Octal222763264010702042110166
Binary100100101111101101011010000010001110100001000100011000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923ed6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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