#922DC1

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

Shades of Dark Orchid #922DC1

Tints of Dark Orchid #922DC1

Color information

#922DC1 (or 0x922DC1) is unknown color: approx Dark Orchid. HEX triplet: 92, 2D and C1. RGB value is (146,45,193). Sum of RGB (Red+Green+Blue) = 146+45+193=384 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.02% from 384); Green value is 45 (17.97% from 255 or 11.72% from 384); Blue value is 193 (75.78% from 255 or 50.26% from 384); Max value from RGB is 193 - color contains mainly: blue. Hex color #922DC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #922DC1 is #6DD23E. Grayscale: #5B5B5B. Windows color (decimal): -7197247 or 12660114. OLE color: 12660114.

HSL color Cylindrical-coordinate representation of color #922DC1: hue angle of 280.95º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #922DC1 is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB14645193-
CMYK0.240.7700.24
HSL280.95º62.18%46.67%-
HSV(B)280.95º76.68%75.69%-
XYZ22.4211.8451.56-
YUV92.07184.96166.47-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.02%
GREEN value IS 45 (17.97% from 255) = 11.72%
BLUE value IS 193 (75.78% from 255) = 50.26%
R=38.02%
G=11.72%
B=50.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal146451930.240.7700.24280.9562.1846.67
Hex922DC1184D0181193e2f
Octal22255301301150304317657
Binary1001001010110111000001110001001101011000100011001111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #922DC1; }

 p { color: rgb(146,45,193); }

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

<style>
 a { background-color: #922DC1; }

 a { background-color: rgb(146,45,193); }

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

<style>
 span { border-color: #922DC1; }

 span { border-color: rgb(146,45,193); }

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