#923AB4

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

Shades of Dark Orchid #923AB4

Tints of Dark Orchid #923AB4

Color information

#923AB4 (or 0x923AB4) is unknown color: approx Dark Orchid. HEX triplet: 92, 3A and B4. RGB value is (146,58,180). Sum of RGB (Red+Green+Blue) = 146+58+180=384 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.02% from 384); Green value is 58 (23.05% from 255 or 15.10% from 384); Blue value is 180 (70.70% from 255 or 46.88% from 384); Max value from RGB is 180 - color contains mainly: blue. Hex color #923AB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #923AB4 is #6DC54B. Grayscale: #616161. Windows color (decimal): -7193932 or 11811474. OLE color: 11811474.

HSL color Cylindrical-coordinate representation of color #923AB4: hue angle of 283.28º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #923AB4 is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB14658180-
CMYK0.190.6800.29
HSL283.28º51.26%46.67%-
HSV(B)283.28º67.78%70.59%-
XYZ21.6112.4344.44-
YUV98.22174.15162.08-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.02%
GREEN value IS 58 (23.05% from 255) = 15.10%
BLUE value IS 180 (70.70% from 255) = 46.88%
R=38.02%
G=15.10%
B=46.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal146581800.190.6800.29283.2851.2646.67
Hex923AB4134401D11b332f
Octal22272264231040354336357
Binary1001001011101010110100100111000100011101100011011110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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