#9227BB

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

Shades of Dark Orchid #9227BB

Tints of Dark Orchid #9227BB

Color information

#9227BB (or 0x9227BB) is unknown color: approx Dark Orchid. HEX triplet: 92, 27 and BB. RGB value is (146,39,187). Sum of RGB (Red+Green+Blue) = 146+39+187=372 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.25% from 372); Green value is 39 (15.62% from 255 or 10.48% from 372); Blue value is 187 (73.44% from 255 or 50.27% from 372); Max value from RGB is 187 - color contains mainly: blue. Hex color #9227BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9227BB is #6DD844. Grayscale: #575757. Windows color (decimal): -7198789 or 12265362. OLE color: 12265362.

HSL color Cylindrical-coordinate representation of color #9227BB: hue angle of 283.38º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9227BB is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14639187-
CMYK0.220.7900.27
HSL283.38º65.49%44.31%-
HSV(B)283.38º79.14%73.33%-
XYZ21.5511.1548.03-
YUV87.86183.95169.47-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.25%
GREEN value IS 39 (15.62% from 255) = 10.48%
BLUE value IS 187 (73.44% from 255) = 50.27%
R=39.25%
G=10.48%
B=50.27%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal146391870.220.7900.27283.3865.4944.31
Hex9227BB164F01B11b412c
Octal222472732611703343310154
Binary10010010100111101110111011010011110110111000110111000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9227BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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