#9227BF

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

Shades of Dark Orchid #9227BF

Tints of Dark Orchid #9227BF

Color information

#9227BF (or 0x9227BF) is unknown color: approx Dark Orchid. HEX triplet: 92, 27 and BF. RGB value is (146,39,191). Sum of RGB (Red+Green+Blue) = 146+39+191=376 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.83% from 376); Green value is 39 (15.62% from 255 or 10.37% from 376); Blue value is 191 (75% from 255 or 50.80% from 376); Max value from RGB is 191 - color contains mainly: blue. Hex color #9227BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9227BF is #6DD840. Grayscale: #575757. Windows color (decimal): -7198785 or 12527506. OLE color: 12527506.

HSL color Cylindrical-coordinate representation of color #9227BF: hue angle of 282.24º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9227BF is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14639191-
CMYK0.240.8000.25
HSL282.24º66.09%45.1%-
HSV(B)282.24º79.58%74.9%-
XYZ21.9811.3250.32-
YUV88.32185.95169.14-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.83%
GREEN value IS 39 (15.62% from 255) = 10.37%
BLUE value IS 191 (75% from 255) = 50.80%
R=38.83%
G=10.37%
B=50.80%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal146391910.240.8000.25282.2466.0945.1
Hex9227BF185001911a422d
Octal222472773012003143210255
Binary10010010100111101111111100010100000110011000110101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9227BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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