#922EB4

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

Shades of Dark Orchid #922EB4

Tints of Dark Orchid #922EB4

Color information

#922EB4 (or 0x922EB4) is unknown color: approx Dark Orchid. HEX triplet: 92, 2E and B4. RGB value is (146,46,180). Sum of RGB (Red+Green+Blue) = 146+46+180=372 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.25% from 372); Green value is 46 (18.36% from 255 or 12.37% from 372); Blue value is 180 (70.70% from 255 or 48.39% from 372); Max value from RGB is 180 - color contains mainly: blue. Hex color #922EB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #922EB4 is #6DD14B. Grayscale: #5A5A5A. Windows color (decimal): -7197004 or 11808402. OLE color: 11808402.

HSL color Cylindrical-coordinate representation of color #922EB4: hue angle of 284.78º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #922EB4 is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB14646180-
CMYK0.190.7400.29
HSL284.78º59.29%44.31%-
HSV(B)284.78º74.44%70.59%-
XYZ21.0711.3644.26-
YUV91.18178.13167.1-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.25%
GREEN value IS 46 (18.36% from 255) = 12.37%
BLUE value IS 180 (70.70% from 255) = 48.39%
R=39.25%
G=12.37%
B=48.39%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal146461800.190.7400.29284.7859.2944.31
Hex922EB4134A01D11d3b2c
Octal22256264231120354357354
Binary1001001010111010110100100111001010011101100011101111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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