#9239C6

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

Shades of Dark Orchid #9239C6

Tints of Dark Orchid #9239C6

Color information

#9239C6 (or 0x9239C6) is unknown color: approx Dark Orchid. HEX triplet: 92, 39 and C6. RGB value is (146,57,198). Sum of RGB (Red+Green+Blue) = 146+57+198=401 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.41% from 401); Green value is 57 (22.66% from 255 or 14.21% from 401); Blue value is 198 (77.73% from 255 or 49.38% from 401); Max value from RGB is 198 - color contains mainly: blue. Hex color #9239C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9239C6 is #6DC639. Grayscale: #636363. Windows color (decimal): -7194170 or 12990866. OLE color: 12990866.

HSL color Cylindrical-coordinate representation of color #9239C6: hue angle of 277.87º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9239C6 is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB14657198-
CMYK0.260.7100.22
HSL277.87º55.29%50%-
HSV(B)277.87º71.21%77.65%-
XYZ23.5113.1154.72-
YUV99.68183.49161.04-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.41%
GREEN value IS 57 (22.66% from 255) = 14.21%
BLUE value IS 198 (77.73% from 255) = 49.38%
R=36.41%
G=14.21%
B=49.38%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal146571980.260.7100.22277.8755.2950
Hex9239C61A470161163732
Octal22271306321070264266762
Binary1001001011100111000110110101000111010110100010110110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9239C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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