#9227C6

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

Shades of Dark Orchid #9227C6

Tints of Dark Orchid #9227C6

Color information

#9227C6 (or 0x9227C6) is unknown color: approx Dark Orchid. HEX triplet: 92, 27 and C6. RGB value is (146,39,198). Sum of RGB (Red+Green+Blue) = 146+39+198=383 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.12% from 383); Green value is 39 (15.62% from 255 or 10.18% from 383); Blue value is 198 (77.73% from 255 or 51.70% from 383); Max value from RGB is 198 - color contains mainly: blue. Hex color #9227C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9227C6 is #6DD839. Grayscale: #585858. Windows color (decimal): -7198778 or 12986258. OLE color: 12986258.

HSL color Cylindrical-coordinate representation of color #9227C6: hue angle of 280.38º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9227C6 is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB14639198-
CMYK0.260.8000.22
HSL280.38º67.09%46.47%-
HSV(B)280.38º80.3%77.65%-
XYZ22.7711.6454.47-
YUV89.12189.45168.57-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.12%
GREEN value IS 39 (15.62% from 255) = 10.18%
BLUE value IS 198 (77.73% from 255) = 51.70%
R=38.12%
G=10.18%
B=51.70%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal146391980.260.8000.22280.3867.0946.47
Hex9227C61A50016118432e
Octal222473063212002643010356
Binary10010010100111110001101101010100000101101000110001000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9227C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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