#922DB4

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

Shades of Dark Orchid #922DB4

Tints of Dark Orchid #922DB4

Color information

#922DB4 (or 0x922DB4) is unknown color: approx Dark Orchid. HEX triplet: 92, 2D and B4. RGB value is (146,45,180). Sum of RGB (Red+Green+Blue) = 146+45+180=371 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.35% from 371); Green value is 45 (17.97% from 255 or 12.13% from 371); Blue value is 180 (70.70% from 255 or 48.52% from 371); Max value from RGB is 180 - color contains mainly: blue. Hex color #922DB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #922DB4 is #6DD24B. Grayscale: #5A5A5A. Windows color (decimal): -7197260 or 11808146. OLE color: 11808146.

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

Color convert

RGB14645180-
CMYK0.190.7500.29
HSL284.89º60%44.12%-
HSV(B)284.89º75%70.59%-
XYZ21.0311.2844.25-
YUV90.59178.46167.52-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.35%
GREEN value IS 45 (17.97% from 255) = 12.13%
BLUE value IS 180 (70.70% from 255) = 48.52%
R=39.35%
G=12.13%
B=48.52%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal146451800.190.7500.29284.896044.12
Hex922DB4134B01D11d3c2c
Octal22255264231130354357454
Binary1001001010110110110100100111001011011101100011101111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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