#923DD2

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

Shades of Dark Orchid #923DD2

Tints of Dark Orchid #923DD2

Color information

#923DD2 (or 0x923DD2) is unknown color: approx Dark Orchid. HEX triplet: 92, 3D and D2. RGB value is (146,61,210). Sum of RGB (Red+Green+Blue) = 146+61+210=417 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.01% from 417); Green value is 61 (24.22% from 255 or 14.63% from 417); Blue value is 210 (82.42% from 255 or 50.36% from 417); Max value from RGB is 210 - color contains mainly: blue. Hex color #923DD2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #923DD2 is #6DC22D. Grayscale: #666666. Windows color (decimal): -7193134 or 13778322. OLE color: 13778322.

HSL color Cylindrical-coordinate representation of color #923DD2: hue angle of 274.23º degrees, saturation: 0.62, 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 #923DD2 is Cyan = 0.30, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB14661210-
CMYK0.300.7100.18
HSL274.23º62.34%53.14%-
HSV(B)274.23º70.95%82.35%-
XYZ25.1614.162.37-
YUV103.4188.16158.38-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.01%
GREEN value IS 61 (24.22% from 255) = 14.63%
BLUE value IS 210 (82.42% from 255) = 50.36%
R=35.01%
G=14.63%
B=50.36%

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
Decimal146612100.300.7100.18274.2362.3453.14
Hex923DD21E470121123e35
Octal22275322361070224227665
Binary1001001011110111010010111101000111010010100010010111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923DD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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