#9227BC

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

Shades of Dark Orchid #9227BC

Tints of Dark Orchid #9227BC

Color information

#9227BC (or 0x9227BC) is unknown color: approx Dark Orchid. HEX triplet: 92, 27 and BC. RGB value is (146,39,188). Sum of RGB (Red+Green+Blue) = 146+39+188=373 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.14% from 373); Green value is 39 (15.62% from 255 or 10.46% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #9227BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9227BC is #6DD843. Grayscale: #575757. Windows color (decimal): -7198788 or 12330898. OLE color: 12330898.

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

Color convert

RGB14639188-
CMYK0.220.7900.26
HSL283.09º65.64%44.51%-
HSV(B)283.09º79.26%73.73%-
XYZ21.6611.1948.6-
YUV87.98184.45169.38-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.14%
GREEN value IS 39 (15.62% from 255) = 10.46%
BLUE value IS 188 (73.83% from 255) = 50.40%
R=39.14%
G=10.46%
B=50.40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal146391880.220.7900.26283.0965.6444.51
Hex9227BC164F01A11b422d
Octal222472742611703243310255
Binary10010010100111101111001011010011110110101000110111000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9227BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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