#922ABA

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

Shades of Dark Orchid #922ABA

Tints of Dark Orchid #922ABA

Color information

#922ABA (or 0x922ABA) is unknown color: approx Dark Orchid. HEX triplet: 92, 2A and BA. RGB value is (146,42,186). Sum of RGB (Red+Green+Blue) = 146+42+186=374 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.04% from 374); Green value is 42 (16.80% from 255 or 11.23% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #922ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #922ABA is #6DD545. Grayscale: #595959. Windows color (decimal): -7198022 or 12200594. OLE color: 12200594.

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

Color convert

RGB14642186-
CMYK0.220.7700.27
HSL283.33º63.16%44.71%-
HSV(B)283.33º77.42%72.94%-
XYZ21.5411.3147.5-
YUV89.51182.46168.29-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.04%
GREEN value IS 42 (16.80% from 255) = 11.23%
BLUE value IS 186 (73.05% from 255) = 49.73%
R=39.04%
G=11.23%
B=49.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal146421860.220.7700.27283.3363.1644.71
Hex922ABA164D01B11b3f2d
Octal22252272261150334337755
Binary1001001010101010111010101101001101011011100011011111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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