#9128BD

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

Shades of Dark Orchid #9128BD

Tints of Dark Orchid #9128BD

Color information

#9128BD (or 0x9128BD) is unknown color: approx Dark Orchid. HEX triplet: 91, 28 and BD. RGB value is (145,40,189). Sum of RGB (Red+Green+Blue) = 145+40+189=374 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.77% from 374); Green value is 40 (16.02% from 255 or 10.70% from 374); Blue value is 189 (74.22% from 255 or 50.53% from 374); Max value from RGB is 189 - color contains mainly: blue. Hex color #9128BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9128BD is #6ED742. Grayscale: #575757. Windows color (decimal): -7264067 or 12396689. OLE color: 12396689.

HSL color Cylindrical-coordinate representation of color #9128BD: hue angle of 282.28º degrees, saturation: 0.65, 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 #9128BD is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14540189-
CMYK0.230.7900.26
HSL282.28º65.07%44.9%-
HSV(B)282.28º78.84%74.12%-
XYZ21.6211.2149.17-
YUV88.38184.79168.38-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.77%
GREEN value IS 40 (16.02% from 255) = 10.70%
BLUE value IS 189 (74.22% from 255) = 50.53%
R=38.77%
G=10.70%
B=50.53%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal145401890.230.7900.26282.2865.0744.9
Hex9128BD174F01A11a412d
Octal221502752711703243210155
Binary10010001101000101111011011110011110110101000110101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9128BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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