#921BB4

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

Shades of Dark Orchid #921BB4

Tints of Dark Orchid #921BB4

Color information

#921BB4 (or 0x921BB4) is unknown color: approx Dark Orchid. HEX triplet: 92, 1B and B4. RGB value is (146,27,180). Sum of RGB (Red+Green+Blue) = 146+27+180=353 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.36% from 353); Green value is 27 (10.94% from 255 or 7.65% from 353); Blue value is 180 (70.70% from 255 or 50.99% from 353); Max value from RGB is 180 - color contains mainly: blue. Hex color #921BB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #921BB4 is #6DE44B. Grayscale: #4F4F4F. Windows color (decimal): -7201868 or 11803538. OLE color: 11803538.

HSL color Cylindrical-coordinate representation of color #921BB4: hue angle of 286.67º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #921BB4 is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB14627180-
CMYK0.190.8500.29
HSL286.67º73.91%40.59%-
HSV(B)286.67º85%70.59%-
XYZ20.4810.1944.07-
YUV80.02184.42175.06-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.36%
GREEN value IS 27 (10.94% from 255) = 7.65%
BLUE value IS 180 (70.70% from 255) = 50.99%
R=41.36%
G=7.65%
B=50.99%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal146271800.190.8500.29286.6773.9140.59
Hex921BB4135501D11f4a29
Octal222332642312503543711251
Binary1001001011011101101001001110101010111011000111111001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,27,180); }

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

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

 a { background-color: rgb(146,27,180); }

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

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

 span { border-color: rgb(146,27,180); }

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