#922DC0

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

Shades of Dark Orchid #922DC0

Tints of Dark Orchid #922DC0

Color information

#922DC0 (or 0x922DC0) is unknown color: approx Dark Orchid. HEX triplet: 92, 2D and C0. RGB value is (146,45,192). Sum of RGB (Red+Green+Blue) = 146+45+192=383 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.12% from 383); Green value is 45 (17.97% from 255 or 11.75% from 383); Blue value is 192 (75.39% from 255 or 50.13% from 383); Max value from RGB is 192 - color contains mainly: blue. Hex color #922DC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #922DC0 is #6DD23F. Grayscale: #5B5B5B. Windows color (decimal): -7197248 or 12594578. OLE color: 12594578.

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

Color convert

RGB14645192-
CMYK0.240.7700.25
HSL281.22º62.03%46.47%-
HSV(B)281.22º76.56%75.29%-
XYZ22.3111.7950.97-
YUV91.96184.46166.55-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.12%
GREEN value IS 45 (17.97% from 255) = 11.75%
BLUE value IS 192 (75.39% from 255) = 50.13%
R=38.12%
G=11.75%
B=50.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal146451920.240.7700.25281.2262.0346.47
Hex922DC0184D0191193e2e
Octal22255300301150314317656
Binary1001001010110111000000110001001101011001100011001111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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