#9236D0

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

Shades of Dark Orchid #9236D0

Tints of Dark Orchid #9236D0

Color information

#9236D0 (or 0x9236D0) is unknown color: approx Dark Orchid. HEX triplet: 92, 36 and D0. RGB value is (146,54,208). Sum of RGB (Red+Green+Blue) = 146+54+208=408 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.78% from 408); Green value is 54 (21.48% from 255 or 13.24% from 408); Blue value is 208 (81.64% from 255 or 50.98% from 408); Max value from RGB is 208 - color contains mainly: blue. Hex color #9236D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9236D0 is #6DC92F. Grayscale: #626262. Windows color (decimal): -7194928 or 13645458. OLE color: 13645458.

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

Color convert

RGB14654208-
CMYK0.300.7400.18
HSL275.84º62.1%51.37%-
HSV(B)275.84º74.04%81.57%-
XYZ24.5613.360.95-
YUV99.06189.48161.48-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.78%
GREEN value IS 54 (21.48% from 255) = 13.24%
BLUE value IS 208 (81.64% from 255) = 50.98%
R=35.78%
G=13.24%
B=50.98%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal146542080.300.7400.18275.8462.151.37
Hex9236D01E4A0121143e33
Octal22266320361120224247663
Binary1001001011011011010000111101001010010010100010100111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9236D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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