#9237BA

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

Shades of Dark Orchid #9237BA

Tints of Dark Orchid #9237BA

Color information

#9237BA (or 0x9237BA) is unknown color: approx Dark Orchid. HEX triplet: 92, 37 and BA. RGB value is (146,55,186). Sum of RGB (Red+Green+Blue) = 146+55+186=387 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.73% from 387); Green value is 55 (21.88% from 255 or 14.21% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 186 - color contains mainly: blue. Hex color #9237BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9237BA is #6DC845. Grayscale: #606060. Windows color (decimal): -7194694 or 12203922. OLE color: 12203922.

HSL color Cylindrical-coordinate representation of color #9237BA: hue angle of 281.68º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9237BA is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14655186-
CMYK0.220.7000.27
HSL281.68º54.36%47.25%-
HSV(B)281.68º70.43%72.94%-
XYZ22.0812.3947.68-
YUV97.14178.15162.85-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.73%
GREEN value IS 55 (21.88% from 255) = 14.21%
BLUE value IS 186 (73.05% from 255) = 48.06%
R=37.73%
G=14.21%
B=48.06%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal146551860.220.7000.27281.6854.3647.25
Hex9237BA164601B11a362f
Octal22267272261060334326657
Binary1001001011011110111010101101000110011011100011010110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9237BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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