#923DC8

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

Shades of Dark Orchid #923DC8

Tints of Dark Orchid #923DC8

Color information

#923DC8 (or 0x923DC8) is unknown color: approx Dark Orchid. HEX triplet: 92, 3D and C8. RGB value is (146,61,200). Sum of RGB (Red+Green+Blue) = 146+61+200=407 (53% of max value = 765). Red value is 146 (57.42% from 255 or 35.87% from 407); Green value is 61 (24.22% from 255 or 14.99% from 407); Blue value is 200 (78.52% from 255 or 49.14% from 407); Max value from RGB is 200 - color contains mainly: blue. Hex color #923DC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #923DC8 is #6DC237. Grayscale: #656565. Windows color (decimal): -7193144 or 13122962. OLE color: 13122962.

HSL color Cylindrical-coordinate representation of color #923DC8: hue angle of 276.69º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #923DC8 is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB14661200-
CMYK0.270.6900.22
HSL276.69º55.82%51.18%-
HSV(B)276.69º69.5%78.43%-
XYZ23.9513.6256.01-
YUV102.26183.16159.2-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.87%
GREEN value IS 61 (24.22% from 255) = 14.99%
BLUE value IS 200 (78.52% from 255) = 49.14%
R=35.87%
G=14.99%
B=49.14%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal146612000.270.6900.22276.6955.8251.18
Hex923DC81B450161153833
Octal22275310331050264257063
Binary1001001011110111001000110111000101010110100010101111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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