#923ECF

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

Shades of Dark Orchid #923ECF

Tints of Dark Orchid #923ECF

Color information

#923ECF (or 0x923ECF) is unknown color: approx Dark Orchid. HEX triplet: 92, 3E and CF. RGB value is (146,62,207). Sum of RGB (Red+Green+Blue) = 146+62+207=415 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.18% from 415); Green value is 62 (24.61% from 255 or 14.94% from 415); Blue value is 207 (81.25% from 255 or 49.88% from 415); Max value from RGB is 207 - color contains mainly: blue. Hex color #923ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #923ECF is #6DC130. Grayscale: #676767. Windows color (decimal): -7192881 or 13581970. OLE color: 13581970.

HSL color Cylindrical-coordinate representation of color #923ECF: hue angle of 274.76º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #923ECF is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB14662207-
CMYK0.290.7000.19
HSL274.76º60.17%52.75%-
HSV(B)274.76º70.05%81.18%-
XYZ24.8414.0660.44-
YUV103.65186.33158.21-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.18%
GREEN value IS 62 (24.61% from 255) = 14.94%
BLUE value IS 207 (81.25% from 255) = 49.88%
R=35.18%
G=14.94%
B=49.88%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal146622070.290.7000.19274.7660.1752.75
Hex923ECF1D460131133c35
Octal22276317351060234237465
Binary1001001011111011001111111011000110010011100010011111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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