#9138CE

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

Shades of Dark Orchid #9138CE

Tints of Dark Orchid #9138CE

Color information

#9138CE (or 0x9138CE) is unknown color: approx Dark Orchid. HEX triplet: 91, 38 and CE. RGB value is (145,56,206). Sum of RGB (Red+Green+Blue) = 145+56+206=407 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.63% from 407); Green value is 56 (22.27% from 255 or 13.76% from 407); Blue value is 206 (80.86% from 255 or 50.61% from 407); Max value from RGB is 206 - color contains mainly: blue. Hex color #9138CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9138CE is #6EC731. Grayscale: #636363. Windows color (decimal): -7259954 or 13514897. OLE color: 13514897.

HSL color Cylindrical-coordinate representation of color #9138CE: hue angle of 275.6º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9138CE is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB14556206-
CMYK0.300.7300.19
HSL275.6º60.48%51.37%-
HSV(B)275.6º72.82%80.78%-
XYZ24.2313.359.68-
YUV99.71187.99160.3-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.63%
GREEN value IS 56 (22.27% from 255) = 13.76%
BLUE value IS 206 (80.86% from 255) = 50.61%
R=35.63%
G=13.76%
B=50.61%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal145562060.300.7300.19275.660.4851.37
Hex9138CE1E490131143c33
Octal22170316361110234247463
Binary1001000111100011001110111101001001010011100010100111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9138CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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