#9139C0

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

Shades of Dark Orchid #9139C0

Tints of Dark Orchid #9139C0

Color information

#9139C0 (or 0x9139C0) is unknown color: approx Dark Orchid. HEX triplet: 91, 39 and C0. RGB value is (145,57,192). Sum of RGB (Red+Green+Blue) = 145+57+192=394 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.80% from 394); Green value is 57 (22.66% from 255 or 14.47% from 394); Blue value is 192 (75.39% from 255 or 48.73% from 394); Max value from RGB is 192 - color contains mainly: blue. Hex color #9139C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9139C0 is #6EC63F. Grayscale: #626262. Windows color (decimal): -7259712 or 12597649. OLE color: 12597649.

HSL color Cylindrical-coordinate representation of color #9139C0: hue angle of 279.11º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9139C0 is Cyan = 0.24, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14557192-
CMYK0.240.7000.25
HSL279.11º54.22%48.82%-
HSV(B)279.11º70.31%75.29%-
XYZ22.6512.7551.14-
YUV98.7180.65161.02-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.80%
GREEN value IS 57 (22.66% from 255) = 14.47%
BLUE value IS 192 (75.39% from 255) = 48.73%
R=36.80%
G=14.47%
B=48.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal145571920.240.7000.25279.1154.2248.82
Hex9139C018460191173631
Octal22171300301060314276661
Binary1001000111100111000000110001000110011001100010111110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9139C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9139C0; }

 p { color: rgb(145,57,192); }

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

<style>
 a { background-color: #9139C0; }

 a { background-color: rgb(145,57,192); }

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

<style>
 span { border-color: #9139C0; }

 span { border-color: rgb(145,57,192); }

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