#922BC6

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

Shades of Dark Orchid #922BC6

Tints of Dark Orchid #922BC6

Color information

#922BC6 (or 0x922BC6) is unknown color: approx Dark Orchid. HEX triplet: 92, 2B and C6. RGB value is (146,43,198). Sum of RGB (Red+Green+Blue) = 146+43+198=387 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.73% from 387); Green value is 43 (17.19% from 255 or 11.11% from 387); Blue value is 198 (77.73% from 255 or 51.16% from 387); Max value from RGB is 198 - color contains mainly: blue. Hex color #922BC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #922BC6 is #6DD439. Grayscale: #5A5A5A. Windows color (decimal): -7197754 or 12987282. OLE color: 12987282.

HSL color Cylindrical-coordinate representation of color #922BC6: hue angle of 279.87º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #922BC6 is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB14643198-
CMYK0.260.7800.22
HSL279.87º64.32%47.25%-
HSV(B)279.87º78.28%77.65%-
XYZ22.9111.9254.52-
YUV91.47188.12166.9-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.73%
GREEN value IS 43 (17.19% from 255) = 11.11%
BLUE value IS 198 (77.73% from 255) = 51.16%
R=37.73%
G=11.11%
B=51.16%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal146431980.260.7800.22279.8764.3247.25
Hex922BC61A4E016118402f
Octal222533063211602643010057
Binary10010010101011110001101101010011100101101000110001000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,43,198); }

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

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

 a { background-color: rgb(146,43,198); }

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

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

 span { border-color: rgb(146,43,198); }

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