#8F44CA

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

Shades of Dark Orchid #8F44CA

Tints of Dark Orchid #8F44CA

Color information

#8F44CA (or 0x8F44CA) is unknown color: approx Dark Orchid. HEX triplet: 8F, 44 and CA. RGB value is (143,68,202). Sum of RGB (Red+Green+Blue) = 143+68+202=413 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.62% from 413); Green value is 68 (26.95% from 255 or 16.46% from 413); Blue value is 202 (79.30% from 255 or 48.91% from 413); Max value from RGB is 202 - color contains mainly: blue. Hex color #8F44CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F44CA is #70BB35. Grayscale: #696969. Windows color (decimal): -7387958 or 13255823. OLE color: 13255823.

HSL color Cylindrical-coordinate representation of color #8F44CA: hue angle of 273.58º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8F44CA is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14368202-
CMYK0.290.6600.21
HSL273.58º55.83%52.94%-
HSV(B)273.58º66.34%79.22%-
XYZ24.0614.2457.36-
YUV105.7182.35154.6-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.62%
GREEN value IS 68 (26.95% from 255) = 16.46%
BLUE value IS 202 (79.30% from 255) = 48.91%
R=34.62%
G=16.46%
B=48.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal143682020.290.6600.21273.5855.8352.94
Hex8F44CA1D420151123835
Octal217104312351020254227065
Binary10001111100010011001010111011000010010101100010010111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F44CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F44CA; }

 p { color: rgb(143,68,202); }

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

<style>
 a { background-color: #8F44CA; }

 a { background-color: rgb(143,68,202); }

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

<style>
 span { border-color: #8F44CA; }

 span { border-color: rgb(143,68,202); }

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