#9128B7

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

Shades of Dark Orchid #9128B7

Tints of Dark Orchid #9128B7

Color information

#9128B7 (or 0x9128B7) is unknown color: approx Dark Orchid. HEX triplet: 91, 28 and B7. RGB value is (145,40,183). Sum of RGB (Red+Green+Blue) = 145+40+183=368 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.40% from 368); Green value is 40 (16.02% from 255 or 10.87% from 368); Blue value is 183 (71.88% from 255 or 49.73% from 368); Max value from RGB is 183 - color contains mainly: blue. Hex color #9128B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9128B7 is #6ED748. Grayscale: #575757. Windows color (decimal): -7264073 or 12003473. OLE color: 12003473.

HSL color Cylindrical-coordinate representation of color #9128B7: hue angle of 284.06º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9128B7 is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB14540183-
CMYK0.210.7800.28
HSL284.06º64.13%43.73%-
HSV(B)284.06º78.14%71.76%-
XYZ20.9810.9645.81-
YUV87.7181.79168.87-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.40%
GREEN value IS 40 (16.02% from 255) = 10.87%
BLUE value IS 183 (71.88% from 255) = 49.73%
R=39.40%
G=10.87%
B=49.73%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal145401830.210.7800.28284.0664.1343.73
Hex9128B7154E01C11c402c
Octal221502672511603443410054
Binary10010001101000101101111010110011100111001000111001000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9128B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9128B7; }

 p { color: rgb(145,40,183); }

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

<style>
 a { background-color: #9128B7; }

 a { background-color: rgb(145,40,183); }

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

<style>
 span { border-color: #9128B7; }

 span { border-color: rgb(145,40,183); }

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