#923AB1

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

Shades of Dark Orchid #923AB1

Tints of Dark Orchid #923AB1

Color information

#923AB1 (or 0x923AB1) is unknown color: approx Dark Orchid. HEX triplet: 92, 3A and B1. RGB value is (146,58,177). Sum of RGB (Red+Green+Blue) = 146+58+177=381 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.32% from 381); Green value is 58 (23.05% from 255 or 15.22% from 381); Blue value is 177 (69.53% from 255 or 46.46% from 381); Max value from RGB is 177 - color contains mainly: blue. Hex color #923AB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #923AB1 is #6DC54E. Grayscale: #616161. Windows color (decimal): -7193935 or 11614866. OLE color: 11614866.

HSL color Cylindrical-coordinate representation of color #923AB1: hue angle of 284.37º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #923AB1 is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB14658177-
CMYK0.180.6700.31
HSL284.37º50.64%46.08%-
HSV(B)284.37º67.23%69.41%-
XYZ21.312.3142.85-
YUV97.88172.65162.32-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.32%
GREEN value IS 58 (23.05% from 255) = 15.22%
BLUE value IS 177 (69.53% from 255) = 46.46%
R=38.32%
G=15.22%
B=46.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal146581770.180.6700.31284.3750.6446.08
Hex923AB1124301F11c332e
Octal22272261221030374346356
Binary1001001011101010110001100101000011011111100011100110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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