#9138BE

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

Shades of Dark Orchid #9138BE

Tints of Dark Orchid #9138BE

Color information

#9138BE (or 0x9138BE) is unknown color: approx Dark Orchid. HEX triplet: 91, 38 and BE. RGB value is (145,56,190). Sum of RGB (Red+Green+Blue) = 145+56+190=391 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.08% from 391); Green value is 56 (22.27% from 255 or 14.32% from 391); Blue value is 190 (74.61% from 255 or 48.59% from 391); Max value from RGB is 190 - color contains mainly: blue. Hex color #9138BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9138BE is #6EC741. Grayscale: #616161. Windows color (decimal): -7259970 or 12466321. OLE color: 12466321.

HSL color Cylindrical-coordinate representation of color #9138BE: hue angle of 279.85º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9138BE is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14556190-
CMYK0.240.7100.25
HSL279.85º54.47%48.24%-
HSV(B)279.85º70.53%74.51%-
XYZ22.3912.5749.96-
YUV97.89179.99161.6-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.08%
GREEN value IS 56 (22.27% from 255) = 14.32%
BLUE value IS 190 (74.61% from 255) = 48.59%
R=37.08%
G=14.32%
B=48.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal145561900.240.7100.25279.8554.4748.24
Hex9138BE18470191183630
Octal22170276301070314306660
Binary1001000111100010111110110001000111011001100011000110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9138BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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