#923ABE

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

Shades of Dark Orchid #923ABE

Tints of Dark Orchid #923ABE

Color information

#923ABE (or 0x923ABE) is unknown color: approx Dark Orchid. HEX triplet: 92, 3A and BE. RGB value is (146,58,190). Sum of RGB (Red+Green+Blue) = 146+58+190=394 (52% of max value = 765). Red value is 146 (57.42% from 255 or 37.06% from 394); Green value is 58 (23.05% from 255 or 14.72% from 394); Blue value is 190 (74.61% from 255 or 48.22% from 394); Max value from RGB is 190 - color contains mainly: blue. Hex color #923ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #923ABE is #6DC541. Grayscale: #626262. Windows color (decimal): -7193922 or 12466834. OLE color: 12466834.

HSL color Cylindrical-coordinate representation of color #923ABE: hue angle of 280º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #923ABE is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14658190-
CMYK0.230.6900.25
HSL280º53.23%48.63%-
HSV(B)280º69.47%74.51%-
XYZ22.6612.8550-
YUV99.36179.15161.27-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.06%
GREEN value IS 58 (23.05% from 255) = 14.72%
BLUE value IS 190 (74.61% from 255) = 48.22%
R=37.06%
G=14.72%
B=48.22%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal146581900.230.6900.2528053.2348.63
Hex923ABE17450191183531
Octal22272276271050314306561
Binary1001001011101010111110101111000101011001100011000110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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