#921AB0

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

Shades of Dark Orchid #921AB0

Tints of Dark Orchid #921AB0

Color information

#921AB0 (or 0x921AB0) is unknown color: approx Dark Orchid. HEX triplet: 92, 1A and B0. RGB value is (146,26,176). Sum of RGB (Red+Green+Blue) = 146+26+176=348 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.95% from 348); Green value is 26 (10.55% from 255 or 7.47% from 348); Blue value is 176 (69.14% from 255 or 50.57% from 348); Max value from RGB is 176 - color contains mainly: blue. Hex color #921AB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #921AB0 is #6DE54F. Grayscale: #4E4E4E. Windows color (decimal): -7202128 or 11541138. OLE color: 11541138.

HSL color Cylindrical-coordinate representation of color #921AB0: hue angle of 288º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #921AB0 is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB14626176-
CMYK0.170.8500.31
HSL288º74.26%39.61%-
HSV(B)288º85.23%69.02%-
XYZ20.069.9841.94-
YUV78.98182.76175.8-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.95%
GREEN value IS 26 (10.55% from 255) = 7.47%
BLUE value IS 176 (69.14% from 255) = 50.57%
R=41.95%
G=7.47%
B=50.57%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal146261760.170.8500.3128874.2639.61
Hex921AB0115501F1204a28
Octal222322602112503744011250
Binary1001001011010101100001000110101010111111001000001001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921AB0; }

 p { color: rgb(146,26,176); }

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

<style>
 a { background-color: #921AB0; }

 a { background-color: rgb(146,26,176); }

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

<style>
 span { border-color: #921AB0; }

 span { border-color: rgb(146,26,176); }

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