#9238AD

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

Shades of Dark Orchid #9238AD

Tints of Dark Orchid #9238AD

Color information

#9238AD (or 0x9238AD) is unknown color: approx Dark Orchid. HEX triplet: 92, 38 and AD. RGB value is (146,56,173). Sum of RGB (Red+Green+Blue) = 146+56+173=375 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.93% from 375); Green value is 56 (22.27% from 255 or 14.93% from 375); Blue value is 173 (67.97% from 255 or 46.13% from 375); Max value from RGB is 173 - color contains mainly: blue. Hex color #9238AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9238AD is #6DC752. Grayscale: #5F5F5F. Windows color (decimal): -7194451 or 11352210. OLE color: 11352210.

HSL color Cylindrical-coordinate representation of color #9238AD: hue angle of 286.15º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9238AD is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14656173-
CMYK0.160.6800.32
HSL286.15º51.09%44.9%-
HSV(B)286.15º67.63%67.84%-
XYZ20.8111.9640.75-
YUV96.25171.32163.49-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.93%
GREEN value IS 56 (22.27% from 255) = 14.93%
BLUE value IS 173 (67.97% from 255) = 46.13%
R=38.93%
G=14.93%
B=46.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal146561730.160.6800.32286.1551.0944.9
Hex9238AD104402011e332d
Octal22270255201040404366355
Binary10010010111000101011011000010001000100000100011110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9238AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9238AD; }

 p { color: rgb(146,56,173); }

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

<style>
 a { background-color: #9238AD; }

 a { background-color: rgb(146,56,173); }

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

<style>
 span { border-color: #9238AD; }

 span { border-color: rgb(146,56,173); }

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