#9130BA

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

Shades of Dark Orchid #9130BA

Tints of Dark Orchid #9130BA

Color information

#9130BA (or 0x9130BA) is unknown color: approx Dark Orchid. HEX triplet: 91, 30 and BA. RGB value is (145,48,186). Sum of RGB (Red+Green+Blue) = 145+48+186=379 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.26% from 379); Green value is 48 (19.14% from 255 or 12.66% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #9130BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9130BA is #6ECF45. Grayscale: #5C5C5C. Windows color (decimal): -7262022 or 12202129. OLE color: 12202129.

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

Color convert

RGB14548186-
CMYK0.220.7400.27
HSL282.17º58.97%45.88%-
HSV(B)282.17º74.19%72.94%-
XYZ21.611.6847.57-
YUV92.73180.64165.28-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.26%
GREEN value IS 48 (19.14% from 255) = 12.66%
BLUE value IS 186 (73.05% from 255) = 49.08%
R=38.26%
G=12.66%
B=49.08%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal145481860.220.7400.27282.1758.9745.88
Hex9130BA164A01B11a3b2e
Octal22160272261120334327356
Binary1001000111000010111010101101001010011011100011010111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9130BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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