#9228D3

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

Shades of Dark Orchid #9228D3

Tints of Dark Orchid #9228D3

Color information

#9228D3 (or 0x9228D3) is unknown color: approx Dark Orchid. HEX triplet: 92, 28 and D3. RGB value is (146,40,211). Sum of RGB (Red+Green+Blue) = 146+40+211=397 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.78% from 397); Green value is 40 (16.02% from 255 or 10.08% from 397); Blue value is 211 (82.81% from 255 or 53.15% from 397); Max value from RGB is 211 - color contains mainly: blue. Hex color #9228D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9228D3 is #6DD72C. Grayscale: #5A5A5A. Windows color (decimal): -7198509 or 13838482. OLE color: 13838482.

HSL color Cylindrical-coordinate representation of color #9228D3: hue angle of 277.19º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9228D3 is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB14640211-
CMYK0.310.8100.17
HSL277.19º68.13%49.22%-
HSV(B)277.19º81.04%82.75%-
XYZ24.3712.3362.72-
YUV91.19195.62167.1-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.78%
GREEN value IS 40 (16.02% from 255) = 10.08%
BLUE value IS 211 (82.81% from 255) = 53.15%
R=36.78%
G=10.08%
B=53.15%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal146402110.310.8100.17277.1968.1349.22
Hex9228D31F510111154431
Octal222503233712102142510461
Binary10010010101000110100111111110100010100011000101011000100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9228D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9228D3; }

 p { color: rgb(146,40,211); }

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

<style>
 a { background-color: #9228D3; }

 a { background-color: rgb(146,40,211); }

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

<style>
 span { border-color: #9228D3; }

 span { border-color: rgb(146,40,211); }

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