#923EBD

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

Shades of Dark Orchid #923EBD

Tints of Dark Orchid #923EBD

Color information

#923EBD (or 0x923EBD) is unknown color: approx Dark Orchid. HEX triplet: 92, 3E and BD. RGB value is (146,62,189). Sum of RGB (Red+Green+Blue) = 146+62+189=397 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.78% from 397); Green value is 62 (24.61% from 255 or 15.62% from 397); Blue value is 189 (74.22% from 255 or 47.61% from 397); Max value from RGB is 189 - color contains mainly: blue. Hex color #923EBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #923EBD is #6DC142. Grayscale: #656565. Windows color (decimal): -7192899 or 12402322. OLE color: 12402322.

HSL color Cylindrical-coordinate representation of color #923EBD: hue angle of 279.69º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #923EBD is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14662189-
CMYK0.230.6700.26
HSL279.69º50.6%49.22%-
HSV(B)279.69º67.2%74.12%-
XYZ22.7613.2349.5-
YUV101.59177.33159.67-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.78%
GREEN value IS 62 (24.61% from 255) = 15.62%
BLUE value IS 189 (74.22% from 255) = 47.61%
R=36.78%
G=15.62%
B=47.61%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal146621890.230.6700.26279.6950.649.22
Hex923EBD174301A1183331
Octal22276275271030324306361
Binary1001001011111010111101101111000011011010100011000110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #923EBD; }

 p { color: rgb(146,62,189); }

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

<style>
 a { background-color: #923EBD; }

 a { background-color: rgb(146,62,189); }

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

<style>
 span { border-color: #923EBD; }

 span { border-color: rgb(146,62,189); }

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