#922bd6

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

Shades of Dark Orchid #922BD6

Tints of Dark Orchid #922BD6

Color information

#922BD6 (or 0x922BD6) is unknown color: approx Dark Orchid. HEX triplet: 92, 2B and D6. RGB value is (146,43,214). Sum of RGB (Red+Green+Blue) = 146+43+214=403 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.23% from 403); Green value is 43 (17.19% from 255 or 10.67% from 403); Blue value is 214 (83.98% from 255 or 53.10% from 403); Max value from RGB is 214 - color contains mainly: blue. Hex color #922BD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #922BD6 is #6DD429. Grayscale: #5C5C5C. Windows color (decimal): -7197738 or 14035858. OLE color: 14035858.

HSL color Cylindrical-coordinate representation of color #922BD6: hue angle of 276.14º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #922BD6 is Cyan = 0.32, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB14643214-
CMYK0.320.8000.16
HSL276.14º67.59%50.39%-
HSV(B)276.14º79.91%83.92%-
XYZ24.8612.6964.76-
YUV93.29196.12165.6-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.23%
GREEN value IS 43 (17.19% from 255) = 10.67%
BLUE value IS 214 (83.98% from 255) = 53.10%
R=36.23%
G=10.67%
B=53.10%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal146432140.320.8000.16276.1467.5950.39
Hex922BD620500101144432
Octal222533264012002042410462
Binary100100101010111101011010000010100000100001000101001000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922bd6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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