#922EBD

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

Shades of Dark Orchid #922EBD

Tints of Dark Orchid #922EBD

Color information

#922EBD (or 0x922EBD) is unknown color: approx Dark Orchid. HEX triplet: 92, 2E and BD. RGB value is (146,46,189). Sum of RGB (Red+Green+Blue) = 146+46+189=381 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.32% from 381); Green value is 46 (18.36% from 255 or 12.07% from 381); Blue value is 189 (74.22% from 255 or 49.61% from 381); Max value from RGB is 189 - color contains mainly: blue. Hex color #922EBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #922EBD is #6DD142. Grayscale: #5B5B5B. Windows color (decimal): -7196995 or 12398226. OLE color: 12398226.

HSL color Cylindrical-coordinate representation of color #922EBD: hue angle of 281.96º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #922EBD is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14646189-
CMYK0.230.7600.26
HSL281.96º60.85%46.08%-
HSV(B)281.96º75.66%74.12%-
XYZ22.0211.7449.25-
YUV92.2182.63166.37-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.32%
GREEN value IS 46 (18.36% from 255) = 12.07%
BLUE value IS 189 (74.22% from 255) = 49.61%
R=38.32%
G=12.07%
B=49.61%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal146461890.230.7600.26281.9660.8546.08
Hex922EBD174C01A11a3d2e
Octal22256275271140324327556
Binary1001001010111010111101101111001100011010100011010111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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