#9130af

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

Shades of Dark Orchid #9130AF

Tints of Dark Orchid #9130AF

Color information

#9130AF (or 0x9130AF) is unknown color: approx Dark Orchid. HEX triplet: 91, 30 and AF. RGB value is (145,48,175). Sum of RGB (Red+Green+Blue) = 145+48+175=368 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.40% from 368); Green value is 48 (19.14% from 255 or 13.04% from 368); Blue value is 175 (68.75% from 255 or 47.55% from 368); Max value from RGB is 175 - color contains mainly: blue. Hex color #9130AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9130AF is #6ECF50. Grayscale: #5B5B5B. Windows color (decimal): -7262033 or 11481233. OLE color: 11481233.

HSL color Cylindrical-coordinate representation of color #9130AF: hue angle of 285.83º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9130AF is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB14548175-
CMYK0.170.7300.31
HSL285.83º56.95%43.73%-
HSV(B)285.83º72.57%68.63%-
XYZ20.4711.2341.65-
YUV91.48175.14166.17-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.40%
GREEN value IS 48 (19.14% from 255) = 13.04%
BLUE value IS 175 (68.75% from 255) = 47.55%
R=39.40%
G=13.04%
B=47.55%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal145481750.170.7300.31285.8356.9543.73
Hex9130AF114901F11e392c
Octal22160257211110374367154
Binary1001000111000010101111100011001001011111100011110111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9130af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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