#9E30BF

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

Shades of Dark Orchid #9E30BF

Tints of Dark Orchid #9E30BF

Color information

#9E30BF (or 0x9E30BF) is unknown color: approx Dark Orchid. HEX triplet: 9E, 30 and BF. RGB value is (158,48,191). Sum of RGB (Red+Green+Blue) = 158+48+191=397 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.80% from 397); Green value is 48 (19.14% from 255 or 12.09% from 397); Blue value is 191 (75% from 255 or 48.11% from 397); Max value from RGB is 191 - color contains mainly: blue. Hex color #9E30BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E30BF is #61CF40. Grayscale: #606060. Windows color (decimal): -6410049 or 12529822. OLE color: 12529822.

HSL color Cylindrical-coordinate representation of color #9E30BF: hue angle of 286.15º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9E30BF is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15848191-
CMYK0.170.7500.25
HSL286.15º59.83%46.86%-
HSV(B)286.15º74.87%74.9%-
XYZ24.5613.1450.53-
YUV97.19180.94171.37-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 39.80%
GREEN value IS 48 (19.14% from 255) = 12.09%
BLUE value IS 191 (75% from 255) = 48.11%
R=39.80%
G=12.09%
B=48.11%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal158481910.170.7500.25286.1559.8346.86
Hex9E30BF114B01911e3c2f
Octal23660277211130314367457
Binary1001111011000010111111100011001011011001100011110111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E30BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,48,191); }

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

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

 a { background-color: rgb(158,48,191); }

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

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

 span { border-color: rgb(158,48,191); }

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