#8F46CA

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

Shades of Dark Orchid #8F46CA

Tints of Dark Orchid #8F46CA

Color information

#8F46CA (or 0x8F46CA) is unknown color: approx Dark Orchid. HEX triplet: 8F, 46 and CA. RGB value is (143,70,202). Sum of RGB (Red+Green+Blue) = 143+70+202=415 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.46% from 415); Green value is 70 (27.73% from 255 or 16.87% from 415); Blue value is 202 (79.30% from 255 or 48.67% from 415); Max value from RGB is 202 - color contains mainly: blue. Hex color #8F46CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F46CA is #70B935. Grayscale: #6A6A6A. Windows color (decimal): -7387446 or 13256335. OLE color: 13256335.

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

Color convert

RGB14370202-
CMYK0.290.6500.21
HSL273.18º55.46%53.33%-
HSV(B)273.18º65.35%79.22%-
XYZ24.1814.4857.4-
YUV106.88181.68153.77-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.46%
GREEN value IS 70 (27.73% from 255) = 16.87%
BLUE value IS 202 (79.30% from 255) = 48.67%
R=34.46%
G=16.87%
B=48.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal143702020.290.6500.21273.1855.4653.33
Hex8F46CA1D410151113735
Octal217106312351010254216765
Binary10001111100011011001010111011000001010101100010001110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F46CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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