#9E48CF

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

Shades of Dark Orchid #9E48CF

Tints of Dark Orchid #9E48CF

Color information

#9E48CF (or 0x9E48CF) is unknown color: approx Dark Orchid. HEX triplet: 9E, 48 and CF. RGB value is (158,72,207). Sum of RGB (Red+Green+Blue) = 158+72+207=437 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.16% from 437); Green value is 72 (28.52% from 255 or 16.48% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 207 - color contains mainly: blue. Hex color #9E48CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E48CF is #61B730. Grayscale: #707070. Windows color (decimal): -6403889 or 13584542. OLE color: 13584542.

HSL color Cylindrical-coordinate representation of color #9E48CF: hue angle of 278.22º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9E48CF is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB15872207-
CMYK0.240.6500.19
HSL278.22º58.44%54.71%-
HSV(B)278.22º65.22%81.18%-
XYZ27.6816.4160.74-
YUV113.1180.99160.02-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.16%
GREEN value IS 72 (28.52% from 255) = 16.48%
BLUE value IS 207 (81.25% from 255) = 47.37%
R=36.16%
G=16.48%
B=47.37%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal158722070.240.6500.19278.2258.4454.71
Hex9E48CF18410131163a37
Octal236110317301010234267267
Binary10011110100100011001111110001000001010011100010110111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E48CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E48CF; }

 p { color: rgb(158,72,207); }

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

<style>
 a { background-color: #9E48CF; }

 a { background-color: rgb(158,72,207); }

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

<style>
 span { border-color: #9E48CF; }

 span { border-color: rgb(158,72,207); }

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