#9436C7

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

Shades of Dark Orchid #9436C7

Tints of Dark Orchid #9436C7

Color information

#9436C7 (or 0x9436C7) is unknown color: approx Dark Orchid. HEX triplet: 94, 36 and C7. RGB value is (148,54,199). Sum of RGB (Red+Green+Blue) = 148+54+199=401 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.91% from 401); Green value is 54 (21.48% from 255 or 13.47% from 401); Blue value is 199 (78.12% from 255 or 49.63% from 401); Max value from RGB is 199 - color contains mainly: blue. Hex color #9436C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9436C7 is #6BC938. Grayscale: #626262. Windows color (decimal): -7063865 or 13055636. OLE color: 13055636.

HSL color Cylindrical-coordinate representation of color #9436C7: hue angle of 278.9º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9436C7 is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB14854199-
CMYK0.260.7300.22
HSL278.9º57.31%49.61%-
HSV(B)278.9º72.86%78.04%-
XYZ23.8413.0655.3-
YUV98.64184.64163.21-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.91%
GREEN value IS 54 (21.48% from 255) = 13.47%
BLUE value IS 199 (78.12% from 255) = 49.63%
R=36.91%
G=13.47%
B=49.63%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal148541990.260.7300.22278.957.3149.61
Hex9436C71A490161173932
Octal22466307321110264277162
Binary1001010011011011000111110101001001010110100010111111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9436C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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