#9439CC

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

Shades of Dark Orchid #9439CC

Tints of Dark Orchid #9439CC

Color information

#9439CC (or 0x9439CC) is unknown color: approx Dark Orchid. HEX triplet: 94, 39 and CC. RGB value is (148,57,204). Sum of RGB (Red+Green+Blue) = 148+57+204=409 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.19% from 409); Green value is 57 (22.66% from 255 or 13.94% from 409); Blue value is 204 (80.08% from 255 or 49.88% from 409); Max value from RGB is 204 - color contains mainly: blue. Hex color #9439CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9439CC is #6BC633. Grayscale: #646464. Windows color (decimal): -7063092 or 13384084. OLE color: 13384084.

HSL color Cylindrical-coordinate representation of color #9439CC: hue angle of 277.14º degrees, saturation: 0.59, 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 #9439CC is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB14857204-
CMYK0.270.7200.2
HSL277.14º59.04%51.18%-
HSV(B)277.14º72.06%80%-
XYZ24.5713.5858.45-
YUV100.97186.15161.55-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.19%
GREEN value IS 57 (22.66% from 255) = 13.94%
BLUE value IS 204 (80.08% from 255) = 49.88%
R=36.19%
G=13.94%
B=49.88%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal148572040.270.7200.2277.1459.0451.18
Hex9439CC1B480141153b33
Octal22471314331100244257363
Binary1001010011100111001100110111001000010100100010101111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9439CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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