#923DD0

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

Shades of Dark Orchid #923DD0

Tints of Dark Orchid #923DD0

Color information

#923DD0 (or 0x923DD0) is unknown color: approx Dark Orchid. HEX triplet: 92, 3D and D0. RGB value is (146,61,208). Sum of RGB (Red+Green+Blue) = 146+61+208=415 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.18% from 415); Green value is 61 (24.22% from 255 or 14.70% from 415); Blue value is 208 (81.64% from 255 or 50.12% from 415); Max value from RGB is 208 - color contains mainly: blue. Hex color #923DD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #923DD0 is #6DC22F. Grayscale: #666666. Windows color (decimal): -7193136 or 13647250. OLE color: 13647250.

HSL color Cylindrical-coordinate representation of color #923DD0: hue angle of 274.69º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #923DD0 is Cyan = 0.30, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB14661208-
CMYK0.300.7100.18
HSL274.69º61%52.75%-
HSV(B)274.69º70.67%81.57%-
XYZ24.911461.06-
YUV103.17187.16158.55-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.18%
GREEN value IS 61 (24.22% from 255) = 14.70%
BLUE value IS 208 (81.64% from 255) = 50.12%
R=35.18%
G=14.70%
B=50.12%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal146612080.300.7100.18274.696152.75
Hex923DD01E470121133d35
Octal22275320361070224237565
Binary1001001011110111010000111101000111010010100010011111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,61,208); }

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

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

 a { background-color: rgb(146,61,208); }

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

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

 span { border-color: rgb(146,61,208); }

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