#922DBA

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

Shades of Dark Orchid #922DBA

Tints of Dark Orchid #922DBA

Color information

#922DBA (or 0x922DBA) is unknown color: approx Dark Orchid. HEX triplet: 92, 2D and BA. RGB value is (146,45,186). Sum of RGB (Red+Green+Blue) = 146+45+186=377 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.73% from 377); Green value is 45 (17.97% from 255 or 11.94% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #922DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #922DBA is #6DD245. Grayscale: #5A5A5A. Windows color (decimal): -7197254 or 12201362. OLE color: 12201362.

HSL color Cylindrical-coordinate representation of color #922DBA: hue angle of 282.98º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #922DBA is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14645186-
CMYK0.220.7600.27
HSL282.98º61.04%45.29%-
HSV(B)282.98º75.81%72.94%-
XYZ21.6611.5347.54-
YUV91.27181.46167.04-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.73%
GREEN value IS 45 (17.97% from 255) = 11.94%
BLUE value IS 186 (73.05% from 255) = 49.34%
R=38.73%
G=11.94%
B=49.34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal146451860.220.7600.27282.9861.0445.29
Hex922DBA164C01B11b3d2d
Octal22255272261140334337555
Binary1001001010110110111010101101001100011011100011011111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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