#921EBE

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

Shades of Dark Orchid #921EBE

Tints of Dark Orchid #921EBE

Color information

#921EBE (or 0x921EBE) is unknown color: approx Dark Orchid. HEX triplet: 92, 1E and BE. RGB value is (146,30,190). Sum of RGB (Red+Green+Blue) = 146+30+190=366 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.89% from 366); Green value is 30 (12.11% from 255 or 8.20% from 366); Blue value is 190 (74.61% from 255 or 51.91% from 366); Max value from RGB is 190 - color contains mainly: blue. Hex color #921EBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #921EBE is #6DE141. Grayscale: #525252. Windows color (decimal): -7201090 or 12459666. OLE color: 12459666.

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

Color convert

RGB14630190-
CMYK0.230.8400.25
HSL283.5º72.73%43.14%-
HSV(B)283.5º84.21%74.51%-
XYZ21.6110.7649.65-
YUV82.92188.43172.99-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.89%
GREEN value IS 30 (12.11% from 255) = 8.20%
BLUE value IS 190 (74.61% from 255) = 51.91%
R=39.89%
G=8.20%
B=51.91%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal146301900.230.8400.25283.572.7343.14
Hex921EBE175401911c492b
Octal222362762712403143411153
Binary1001001011110101111101011110101000110011000111001001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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