#9237D1

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

Shades of Dark Orchid #9237D1

Tints of Dark Orchid #9237D1

Color information

#9237D1 (or 0x9237D1) is unknown color: approx Dark Orchid. HEX triplet: 92, 37 and D1. RGB value is (146,55,209). Sum of RGB (Red+Green+Blue) = 146+55+209=410 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.61% from 410); Green value is 55 (21.88% from 255 or 13.41% from 410); Blue value is 209 (82.03% from 255 or 50.98% from 410); Max value from RGB is 209 - color contains mainly: blue. Hex color #9237D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9237D1 is #6DC82E. Grayscale: #636363. Windows color (decimal): -7194671 or 13711250. OLE color: 13711250.

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

Color convert

RGB14655209-
CMYK0.300.7400.18
HSL275.45º62.6%51.76%-
HSV(B)275.45º73.68%81.96%-
XYZ24.7313.4561.61-
YUV99.76189.65160.98-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.61%
GREEN value IS 55 (21.88% from 255) = 13.41%
BLUE value IS 209 (82.03% from 255) = 50.98%
R=35.61%
G=13.41%
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
Decimal146552090.300.7400.18275.4562.651.76
Hex9237D11E4A0121133f34
Octal22267321361120224237764
Binary1001001011011111010001111101001010010010100010011111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9237D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9237D1; }

 p { color: rgb(146,55,209); }

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

<style>
 a { background-color: #9237D1; }

 a { background-color: rgb(146,55,209); }

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

<style>
 span { border-color: #9237D1; }

 span { border-color: rgb(146,55,209); }

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