#921ABE

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

Shades of Dark Orchid #921ABE

Tints of Dark Orchid #921ABE

Color information

#921ABE (or 0x921ABE) is unknown color: approx Dark Orchid. HEX triplet: 92, 1A and BE. RGB value is (146,26,190). Sum of RGB (Red+Green+Blue) = 146+26+190=362 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.33% from 362); Green value is 26 (10.55% from 255 or 7.18% from 362); Blue value is 190 (74.61% from 255 or 52.49% from 362); Max value from RGB is 190 - color contains mainly: blue. Hex color #921ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #921ABE is #6DE541. Grayscale: #505050. Windows color (decimal): -7202114 or 12458642. OLE color: 12458642.

HSL color Cylindrical-coordinate representation of color #921ABE: hue angle of 283.9º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #921ABE is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14626190-
CMYK0.230.8600.25
HSL283.9º75.93%42.35%-
HSV(B)283.9º86.32%74.51%-
XYZ21.5210.5749.62-
YUV80.58189.76174.66-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.33%
GREEN value IS 26 (10.55% from 255) = 7.18%
BLUE value IS 190 (74.61% from 255) = 52.49%
R=40.33%
G=7.18%
B=52.49%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal146261900.230.8600.25283.975.9342.35
Hex921ABE175601911c4c2a
Octal222322762712603143411452
Binary1001001011010101111101011110101100110011000111001001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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