#921FB1

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

Shades of Dark Orchid #921FB1

Tints of Dark Orchid #921FB1

Color information

#921FB1 (or 0x921FB1) is unknown color: approx Dark Orchid. HEX triplet: 92, 1F and B1. RGB value is (146,31,177). Sum of RGB (Red+Green+Blue) = 146+31+177=354 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.24% from 354); Green value is 31 (12.5% from 255 or 8.76% from 354); Blue value is 177 (69.53% from 255 or 50% from 354); Max value from RGB is 177 - color contains mainly: blue. Hex color #921FB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #921FB1 is #6DE04E. Grayscale: #515151. Windows color (decimal): -7200847 or 11607954. OLE color: 11607954.

HSL color Cylindrical-coordinate representation of color #921FB1: hue angle of 287.26º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #921FB1 is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB14631177-
CMYK0.180.8200.31
HSL287.26º70.19%40.78%-
HSV(B)287.26º82.49%69.41%-
XYZ20.2810.2742.51-
YUV82.03181.6173.63-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.24%
GREEN value IS 31 (12.5% from 255) = 8.76%
BLUE value IS 177 (69.53% from 255) = 50%
R=41.24%
G=8.76%
B=50%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal146311770.180.8200.31287.2670.1940.78
Hex921FB1125201F11f4629
Octal222372612212203743710651
Binary1001001011111101100011001010100100111111000111111000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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