#9138AF

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

Shades of Dark Orchid #9138AF

Tints of Dark Orchid #9138AF

Color information

#9138AF (or 0x9138AF) is unknown color: approx Dark Orchid. HEX triplet: 91, 38 and AF. RGB value is (145,56,175). Sum of RGB (Red+Green+Blue) = 145+56+175=376 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.56% from 376); Green value is 56 (22.27% from 255 or 14.89% from 376); Blue value is 175 (68.75% from 255 or 46.54% from 376); Max value from RGB is 175 - color contains mainly: blue. Hex color #9138AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9138AF is #6EC750. Grayscale: #5F5F5F. Windows color (decimal): -7259985 or 11483281. OLE color: 11483281.

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

Color convert

RGB14556175-
CMYK0.170.6800.31
HSL284.87º51.52%45.29%-
HSV(B)284.87º68%68.63%-
XYZ20.8311.9441.76-
YUV96.18172.49162.82-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.56%
GREEN value IS 56 (22.27% from 255) = 14.89%
BLUE value IS 175 (68.75% from 255) = 46.54%
R=38.56%
G=14.89%
B=46.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal145561750.170.6800.31284.8751.5245.29
Hex9138AF114401F11d342d
Octal22170257211040374356455
Binary1001000111100010101111100011000100011111100011101110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9138AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9138AF; }

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

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

<style>
 a { background-color: #9138AF; }

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

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

<style>
 span { border-color: #9138AF; }

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

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