#9243D0

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

Shades of Dark Orchid #9243D0

Tints of Dark Orchid #9243D0

Color information

#9243D0 (or 0x9243D0) is unknown color: approx Dark Orchid. HEX triplet: 92, 43 and D0. RGB value is (146,67,208). Sum of RGB (Red+Green+Blue) = 146+67+208=421 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.68% from 421); Green value is 67 (26.56% from 255 or 15.91% from 421); Blue value is 208 (81.64% from 255 or 49.41% from 421); Max value from RGB is 208 - color contains mainly: blue. Hex color #9243D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9243D0 is #6DBC2F. Grayscale: #6A6A6A. Windows color (decimal): -7191600 or 13648786. OLE color: 13648786.

HSL color Cylindrical-coordinate representation of color #9243D0: hue angle of 273.62º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9243D0 is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB14667208-
CMYK0.300.6800.18
HSL273.62º60%53.92%-
HSV(B)273.62º67.79%81.57%-
XYZ25.2514.6861.18-
YUV106.7185.17156.04-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.68%
GREEN value IS 67 (26.56% from 255) = 15.91%
BLUE value IS 208 (81.64% from 255) = 49.41%
R=34.68%
G=15.91%
B=49.41%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal146672080.300.6800.18273.626053.92
Hex9243D01E440121123c36
Octal222103320361040224227466
Binary10010010100001111010000111101000100010010100010010111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9243D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9243D0; }

 p { color: rgb(146,67,208); }

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

<style>
 a { background-color: #9243D0; }

 a { background-color: rgb(146,67,208); }

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

<style>
 span { border-color: #9243D0; }

 span { border-color: rgb(146,67,208); }

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