#9229BE

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

Shades of Dark Orchid #9229BE

Tints of Dark Orchid #9229BE

Color information

#9229BE (or 0x9229BE) is unknown color: approx Dark Orchid. HEX triplet: 92, 29 and BE. RGB value is (146,41,190). Sum of RGB (Red+Green+Blue) = 146+41+190=377 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.73% from 377); Green value is 41 (16.41% from 255 or 10.88% from 377); Blue value is 190 (74.61% from 255 or 50.40% from 377); Max value from RGB is 190 - color contains mainly: blue. Hex color #9229BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9229BE is #6DD641. Grayscale: #585858. Windows color (decimal): -7198274 or 12462482. OLE color: 12462482.

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

Color convert

RGB14641190-
CMYK0.230.7800.25
HSL282.28º64.5%45.29%-
HSV(B)282.28º78.42%74.51%-
XYZ21.9411.4149.76-
YUV89.38184.79168.38-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.73%
GREEN value IS 41 (16.41% from 255) = 10.88%
BLUE value IS 190 (74.61% from 255) = 50.40%
R=38.73%
G=10.88%
B=50.40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal146411900.230.7800.25282.2864.545.29
Hex9229BE174E01911a412d
Octal222512762711603143210155
Binary10010010101001101111101011110011100110011000110101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9229BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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