#9436AD

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

Shades of Dark Orchid #9436AD

Tints of Dark Orchid #9436AD

Color information

#9436AD (or 0x9436AD) is unknown color: approx Dark Orchid. HEX triplet: 94, 36 and AD. RGB value is (148,54,173). Sum of RGB (Red+Green+Blue) = 148+54+173=375 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.47% from 375); Green value is 54 (21.48% from 255 or 14.4% from 375); Blue value is 173 (67.97% from 255 or 46.13% from 375); Max value from RGB is 173 - color contains mainly: blue. Hex color #9436AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9436AD is #6BC952. Grayscale: #5F5F5F. Windows color (decimal): -7063891 or 11351700. OLE color: 11351700.

HSL color Cylindrical-coordinate representation of color #9436AD: hue angle of 287.39º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9436AD is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14854173-
CMYK0.140.6900.32
HSL287.39º52.42%44.51%-
HSV(B)287.39º68.79%67.84%-
XYZ21.0711.9540.73-
YUV95.67171.64165.32-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.47%
GREEN value IS 54 (21.48% from 255) = 14.4%
BLUE value IS 173 (67.97% from 255) = 46.13%
R=39.47%
G=14.4%
B=46.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal148541730.140.6900.32287.3952.4244.51
Hex9436ADE4502011f342d
Octal22466255161050404376455
Binary1001010011011010101101111010001010100000100011111110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9436AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9436AD; }

 p { color: rgb(148,54,173); }

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

<style>
 a { background-color: #9436AD; }

 a { background-color: rgb(148,54,173); }

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

<style>
 span { border-color: #9436AD; }

 span { border-color: rgb(148,54,173); }

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