#923CB6

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

Shades of Dark Orchid #923CB6

Tints of Dark Orchid #923CB6

Color information

#923CB6 (or 0x923CB6) is unknown color: approx Dark Orchid. HEX triplet: 92, 3C and B6. RGB value is (146,60,182). Sum of RGB (Red+Green+Blue) = 146+60+182=388 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.63% from 388); Green value is 60 (23.83% from 255 or 15.46% from 388); Blue value is 182 (71.48% from 255 or 46.91% from 388); Max value from RGB is 182 - color contains mainly: blue. Hex color #923CB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #923CB6 is #6DC349. Grayscale: #636363. Windows color (decimal): -7193418 or 11943058. OLE color: 11943058.

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

Color convert

RGB14660182-
CMYK0.200.6700.29
HSL282.3º50.41%47.45%-
HSV(B)282.3º67.03%71.37%-
XYZ21.9112.7245.56-
YUV99.62174.49161.08-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.63%
GREEN value IS 60 (23.83% from 255) = 15.46%
BLUE value IS 182 (71.48% from 255) = 46.91%
R=37.63%
G=15.46%
B=46.91%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal146601820.200.6700.29282.350.4147.45
Hex923CB6144301D11a322f
Octal22274266241030354326257
Binary1001001011110010110110101001000011011101100011010110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,60,182); }

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

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

 a { background-color: rgb(146,60,182); }

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

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

 span { border-color: rgb(146,60,182); }

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