#9229BC

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

Shades of Dark Orchid #9229BC

Tints of Dark Orchid #9229BC

Color information

#9229BC (or 0x9229BC) is unknown color: approx Dark Orchid. HEX triplet: 92, 29 and BC. RGB value is (146,41,188). Sum of RGB (Red+Green+Blue) = 146+41+188=375 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.93% from 375); Green value is 41 (16.41% from 255 or 10.93% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #9229BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9229BC is #6DD643. Grayscale: #585858. Windows color (decimal): -7198276 or 12331410. OLE color: 12331410.

HSL color Cylindrical-coordinate representation of color #9229BC: hue angle of 282.86º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9229BC is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14641188-
CMYK0.220.7800.26
HSL282.86º64.19%44.9%-
HSV(B)282.86º78.19%73.73%-
XYZ21.7211.3348.62-
YUV89.15183.79168.55-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.93%
GREEN value IS 41 (16.41% from 255) = 10.93%
BLUE value IS 188 (73.83% from 255) = 50.13%
R=38.93%
G=10.93%
B=50.13%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal146411880.220.7800.26282.8664.1944.9
Hex9229BC164E01A11b402d
Octal222512742611603243310055
Binary10010010101001101111001011010011100110101000110111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9229BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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