#9439CD

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

Shades of Dark Orchid #9439CD

Tints of Dark Orchid #9439CD

Color information

#9439CD (or 0x9439CD) is unknown color: approx Dark Orchid. HEX triplet: 94, 39 and CD. RGB value is (148,57,205). Sum of RGB (Red+Green+Blue) = 148+57+205=410 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.10% from 410); Green value is 57 (22.66% from 255 or 13.90% from 410); Blue value is 205 (80.47% from 255 or 50% from 410); Max value from RGB is 205 - color contains mainly: blue. Hex color #9439CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9439CD is #6BC632. Grayscale: #646464. Windows color (decimal): -7063091 or 13449620. OLE color: 13449620.

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

Color convert

RGB14857205-
CMYK0.280.7200.20
HSL276.89º59.68%51.37%-
HSV(B)276.89º72.2%80.39%-
XYZ24.713.6359.09-
YUV101.08186.65161.47-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.10%
GREEN value IS 57 (22.66% from 255) = 13.90%
BLUE value IS 205 (80.47% from 255) = 50%
R=36.10%
G=13.90%
B=50%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal148572050.280.7200.20276.8959.6851.37
Hex9439CD1C480141153c33
Octal22471315341100244257463
Binary1001010011100111001101111001001000010100100010101111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9439CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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