#922CC0

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

Shades of Dark Orchid #922CC0

Tints of Dark Orchid #922CC0

Color information

#922CC0 (or 0x922CC0) is unknown color: approx Dark Orchid. HEX triplet: 92, 2C and C0. RGB value is (146,44,192). Sum of RGB (Red+Green+Blue) = 146+44+192=382 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.22% from 382); Green value is 44 (17.58% from 255 or 11.52% from 382); Blue value is 192 (75.39% from 255 or 50.26% from 382); Max value from RGB is 192 - color contains mainly: blue. Hex color #922CC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #922CC0 is #6DD33F. Grayscale: #5A5A5A. Windows color (decimal): -7197504 or 12594322. OLE color: 12594322.

HSL color Cylindrical-coordinate representation of color #922CC0: hue angle of 281.35º degrees, saturation: 0.63, 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 #922CC0 is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14644192-
CMYK0.240.7700.25
HSL281.35º62.71%46.27%-
HSV(B)281.35º77.08%75.29%-
XYZ22.2711.7250.96-
YUV91.37184.79166.97-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.22%
GREEN value IS 44 (17.58% from 255) = 11.52%
BLUE value IS 192 (75.39% from 255) = 50.26%
R=38.22%
G=11.52%
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.25
SystemRedGreenBlueCMYKHSL
Decimal146441920.240.7700.25281.3562.7146.27
Hex922CC0184D0191193f2e
Octal22254300301150314317756
Binary1001001010110011000000110001001101011001100011001111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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