#921FAC

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

Shades of Dark Orchid #921FAC

Tints of Dark Orchid #921FAC

Color information

#921FAC (or 0x921FAC) is unknown color: approx Dark Orchid. HEX triplet: 92, 1F and AC. RGB value is (146,31,172). Sum of RGB (Red+Green+Blue) = 146+31+172=349 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.83% from 349); Green value is 31 (12.5% from 255 or 8.88% from 349); Blue value is 172 (67.58% from 255 or 49.28% from 349); Max value from RGB is 172 - color contains mainly: blue. Hex color #921FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #921FAC is #6DE053. Grayscale: #515151. Windows color (decimal): -7200852 or 11280274. OLE color: 11280274.

HSL color Cylindrical-coordinate representation of color #921FAC: hue angle of 288.94º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #921FAC is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14631172-
CMYK0.150.8200.33
HSL288.94º69.46%39.8%-
HSV(B)288.94º81.98%67.45%-
XYZ19.7910.0739.93-
YUV81.46179.1174.04-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.83%
GREEN value IS 31 (12.5% from 255) = 8.88%
BLUE value IS 172 (67.58% from 255) = 49.28%
R=41.83%
G=8.88%
B=49.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal146311720.150.8200.33288.9469.4639.8
Hex921FACF520211214528
Octal222372541712204144110550
Binary1001001011111101011001111101001001000011001000011000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,31,172); }

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

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

 a { background-color: rgb(146,31,172); }

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

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

 span { border-color: rgb(146,31,172); }

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