#922bd3

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

Shades of Dark Orchid #922BD3

Tints of Dark Orchid #922BD3

Color information

#922BD3 (or 0x922BD3) is unknown color: approx Dark Orchid. HEX triplet: 92, 2B and D3. RGB value is (146,43,211). Sum of RGB (Red+Green+Blue) = 146+43+211=400 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.5% from 400); Green value is 43 (17.19% from 255 or 10.75% from 400); Blue value is 211 (82.81% from 255 or 52.75% from 400); Max value from RGB is 211 - color contains mainly: blue. Hex color #922BD3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #922BD3 is #6DD42C. Grayscale: #5C5C5C. Windows color (decimal): -7197741 or 13839250. OLE color: 13839250.

HSL color Cylindrical-coordinate representation of color #922BD3: hue angle of 276.79º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #922BD3 is Cyan = 0.31, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB14643211-
CMYK0.310.8000.17
HSL276.79º66.14%49.8%-
HSV(B)276.79º79.62%82.75%-
XYZ24.4812.5462.76-
YUV92.95194.62165.84-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.5%
GREEN value IS 43 (17.19% from 255) = 10.75%
BLUE value IS 211 (82.81% from 255) = 52.75%
R=36.5%
G=10.75%
B=52.75%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal146432110.310.8000.17276.7966.1449.8
Hex922BD31F500111154232
Octal222533233712002142510262
Binary10010010101011110100111111110100000100011000101011000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922bd3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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