#9439CE

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

Shades of Dark Orchid #9439CE

Tints of Dark Orchid #9439CE

Color information

#9439CE (or 0x9439CE) is unknown color: approx Dark Orchid. HEX triplet: 94, 39 and CE. RGB value is (148,57,206). Sum of RGB (Red+Green+Blue) = 148+57+206=411 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.01% from 411); Green value is 57 (22.66% from 255 or 13.87% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #9439CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9439CE is #6BC631. Grayscale: #646464. Windows color (decimal): -7063090 or 13515156. OLE color: 13515156.

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

Color convert

RGB14857206-
CMYK0.280.7200.19
HSL276.64º60.32%51.57%-
HSV(B)276.64º72.33%80.78%-
XYZ24.8213.6859.72-
YUV101.2187.15161.38-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.01%
GREEN value IS 57 (22.66% from 255) = 13.87%
BLUE value IS 206 (80.86% from 255) = 50.12%
R=36.01%
G=13.87%
B=50.12%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal148572060.280.7200.19276.6460.3251.57
Hex9439CE1C480131153c34
Octal22471316341100234257464
Binary1001010011100111001110111001001000010011100010101111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9439CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,57,206); }

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

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

 a { background-color: rgb(148,57,206); }

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

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

 span { border-color: rgb(148,57,206); }

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