#923fd1

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

Shades of Dark Orchid #923FD1

Tints of Dark Orchid #923FD1

Color information

#923FD1 (or 0x923FD1) is unknown color: approx Dark Orchid. HEX triplet: 92, 3F and D1. RGB value is (146,63,209). Sum of RGB (Red+Green+Blue) = 146+63+209=418 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.93% from 418); Green value is 63 (25% from 255 or 15.07% from 418); Blue value is 209 (82.03% from 255 or 50% from 418); Max value from RGB is 209 - color contains mainly: blue. Hex color #923FD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #923FD1 is #6DC02E. Grayscale: #676767. Windows color (decimal): -7192623 or 13713298. OLE color: 13713298.

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

Color convert

RGB14663209-
CMYK0.300.7000.18
HSL274.11º61.34%53.33%-
HSV(B)274.11º69.86%81.96%-
XYZ25.1414.2761.75-
YUV104.46187157.63-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.93%
GREEN value IS 63 (25% from 255) = 15.07%
BLUE value IS 209 (82.03% from 255) = 50%
R=34.93%
G=15.07%
B=50%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal146632090.300.7000.18274.1161.3453.33
Hex923FD11E460121123d35
Octal22277321361060224227565
Binary1001001011111111010001111101000110010010100010010111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923fd1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,63,209); }

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

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

 a { background-color: rgb(146,63,209); }

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

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

 span { border-color: rgb(146,63,209); }

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