#9129BA

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

Shades of Dark Orchid #9129BA

Tints of Dark Orchid #9129BA

Color information

#9129BA (or 0x9129BA) is unknown color: approx Dark Orchid. HEX triplet: 91, 29 and BA. RGB value is (145,41,186). Sum of RGB (Red+Green+Blue) = 145+41+186=372 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.98% from 372); Green value is 41 (16.41% from 255 or 11.02% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #9129BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9129BA is #6ED645. Grayscale: #585858. Windows color (decimal): -7263814 or 12200337. OLE color: 12200337.

HSL color Cylindrical-coordinate representation of color #9129BA: hue angle of 283.03º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9129BA is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14541186-
CMYK0.220.7800.27
HSL283.03º63.88%44.51%-
HSV(B)283.03º77.96%72.94%-
XYZ21.3311.1547.48-
YUV88.63182.96168.21-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.98%
GREEN value IS 41 (16.41% from 255) = 11.02%
BLUE value IS 186 (73.05% from 255) = 50%
R=38.98%
G=11.02%
B=50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal145411860.220.7800.27283.0363.8844.51
Hex9129BA164E01B11b402d
Octal221512722611603343310055
Binary10010001101001101110101011010011100110111000110111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9129BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9129BA; }

 p { color: rgb(145,41,186); }

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

<style>
 a { background-color: #9129BA; }

 a { background-color: rgb(145,41,186); }

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

<style>
 span { border-color: #9129BA; }

 span { border-color: rgb(145,41,186); }

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