#9239BE

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

Shades of Dark Orchid #9239BE

Tints of Dark Orchid #9239BE

Color information

#9239BE (or 0x9239BE) is unknown color: approx Dark Orchid. HEX triplet: 92, 39 and BE. RGB value is (146,57,190). Sum of RGB (Red+Green+Blue) = 146+57+190=393 (52% of max value = 765). Red value is 146 (57.42% from 255 or 37.15% from 393); Green value is 57 (22.66% from 255 or 14.50% from 393); Blue value is 190 (74.61% from 255 or 48.35% from 393); Max value from RGB is 190 - color contains mainly: blue. Hex color #9239BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9239BE is #6DC641. Grayscale: #626262. Windows color (decimal): -7194178 or 12466578. OLE color: 12466578.

HSL color Cylindrical-coordinate representation of color #9239BE: hue angle of 280.15º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9239BE is Cyan = 0.23, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14657190-
CMYK0.230.700.25
HSL280.15º53.85%48.43%-
HSV(B)280.15º70%74.51%-
XYZ22.6112.7549.99-
YUV98.77179.49161.69-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.15%
GREEN value IS 57 (22.66% from 255) = 14.50%
BLUE value IS 190 (74.61% from 255) = 48.35%
R=37.15%
G=14.50%
B=48.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal146571900.230.700.25280.1553.8548.43
Hex9239BE17460191183630
Octal22271276271060314306660
Binary1001001011100110111110101111000110011001100011000110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9239BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9239BE; }

 p { color: rgb(146,57,190); }

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

<style>
 a { background-color: #9239BE; }

 a { background-color: rgb(146,57,190); }

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

<style>
 span { border-color: #9239BE; }

 span { border-color: rgb(146,57,190); }

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