#922EC2

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

Shades of Dark Orchid #922EC2

Tints of Dark Orchid #922EC2

Color information

#922EC2 (or 0x922EC2) is unknown color: approx Dark Orchid. HEX triplet: 92, 2E and C2. RGB value is (146,46,194). Sum of RGB (Red+Green+Blue) = 146+46+194=386 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.82% from 386); Green value is 46 (18.36% from 255 or 11.92% from 386); Blue value is 194 (76.17% from 255 or 50.26% from 386); Max value from RGB is 194 - color contains mainly: blue. Hex color #922EC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #922EC2 is #6DD13D. Grayscale: #5C5C5C. Windows color (decimal): -7196990 or 12725906. OLE color: 12725906.

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

Color convert

RGB14646194-
CMYK0.250.7600.24
HSL280.54º61.67%47.06%-
HSV(B)280.54º76.29%76.08%-
XYZ22.5711.9652.16-
YUV92.77185.13165.97-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.82%
GREEN value IS 46 (18.36% from 255) = 11.92%
BLUE value IS 194 (76.17% from 255) = 50.26%
R=37.82%
G=11.92%
B=50.26%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal146461940.250.7600.24280.5461.6747.06
Hex922EC2194C0181193e2f
Octal22256302311140304317657
Binary1001001010111011000010110011001100011000100011001111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,46,194); }

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

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

 a { background-color: rgb(146,46,194); }

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

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

 span { border-color: rgb(146,46,194); }

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