#9237B1

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

Shades of Dark Orchid #9237B1

Tints of Dark Orchid #9237B1

Color information

#9237B1 (or 0x9237B1) is unknown color: approx Dark Orchid. HEX triplet: 92, 37 and B1. RGB value is (146,55,177). Sum of RGB (Red+Green+Blue) = 146+55+177=378 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.62% from 378); Green value is 55 (21.88% from 255 or 14.55% from 378); Blue value is 177 (69.53% from 255 or 46.83% from 378); Max value from RGB is 177 - color contains mainly: blue. Hex color #9237B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9237B1 is #6DC84E. Grayscale: #5F5F5F. Windows color (decimal): -7194703 or 11614098. OLE color: 11614098.

HSL color Cylindrical-coordinate representation of color #9237B1: hue angle of 284.75º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9237B1 is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB14655177-
CMYK0.180.6900.31
HSL284.75º52.59%45.49%-
HSV(B)284.75º68.93%69.41%-
XYZ21.1612.0242.8-
YUV96.12173.65163.58-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.62%
GREEN value IS 55 (21.88% from 255) = 14.55%
BLUE value IS 177 (69.53% from 255) = 46.83%
R=38.62%
G=14.55%
B=46.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal146551770.180.6900.31284.7552.5945.49
Hex9237B1124501F11d352d
Octal22267261221050374356555
Binary1001001011011110110001100101000101011111100011101110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9237B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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