#9224BD

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

Shades of Dark Orchid #9224BD

Tints of Dark Orchid #9224BD

Color information

#9224BD (or 0x9224BD) is unknown color: approx Dark Orchid. HEX triplet: 92, 24 and BD. RGB value is (146,36,189). Sum of RGB (Red+Green+Blue) = 146+36+189=371 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.35% from 371); Green value is 36 (14.45% from 255 or 9.70% from 371); Blue value is 189 (74.22% from 255 or 50.94% from 371); Max value from RGB is 189 - color contains mainly: blue. Hex color #9224BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9224BD is #6DDB42. Grayscale: #555555. Windows color (decimal): -7199555 or 12395666. OLE color: 12395666.

HSL color Cylindrical-coordinate representation of color #9224BD: hue angle of 283.14º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9224BD is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14636189-
CMYK0.230.8100.26
HSL283.14º68%44.12%-
HSV(B)283.14º80.95%74.12%-
XYZ21.6711.0549.13-
YUV86.33185.94170.56-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.35%
GREEN value IS 36 (14.45% from 255) = 9.70%
BLUE value IS 189 (74.22% from 255) = 50.94%
R=39.35%
G=9.70%
B=50.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal146361890.230.8100.26283.146844.12
Hex9224BD175101A11b442c
Octal222442752712103243310454
Binary10010010100100101111011011110100010110101000110111000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9224BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9224BD; }

 p { color: rgb(146,36,189); }

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

<style>
 a { background-color: #9224BD; }

 a { background-color: rgb(146,36,189); }

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

<style>
 span { border-color: #9224BD; }

 span { border-color: rgb(146,36,189); }

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