#923EC4

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

Shades of Dark Orchid #923EC4

Tints of Dark Orchid #923EC4

Color information

#923EC4 (or 0x923EC4) is unknown color: approx Dark Orchid. HEX triplet: 92, 3E and C4. RGB value is (146,62,196). Sum of RGB (Red+Green+Blue) = 146+62+196=404 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.14% from 404); Green value is 62 (24.61% from 255 or 15.35% from 404); Blue value is 196 (76.95% from 255 or 48.51% from 404); Max value from RGB is 196 - color contains mainly: blue. Hex color #923EC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #923EC4 is #6DC13B. Grayscale: #656565. Windows color (decimal): -7192892 or 12861074. OLE color: 12861074.

HSL color Cylindrical-coordinate representation of color #923EC4: hue angle of 277.61º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #923EC4 is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB14662196-
CMYK0.260.6800.23
HSL277.61º53.17%50.59%-
HSV(B)277.61º68.37%76.86%-
XYZ23.5413.5453.6-
YUV102.39180.83159.1-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.14%
GREEN value IS 62 (24.61% from 255) = 15.35%
BLUE value IS 196 (76.95% from 255) = 48.51%
R=36.14%
G=15.35%
B=48.51%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal146621960.260.6800.23277.6153.1750.59
Hex923EC41A440171163533
Octal22276304321040274266563
Binary1001001011111011000100110101000100010111100010110110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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