#8F48D2

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

Shades of Dark Orchid #8F48D2

Tints of Dark Orchid #8F48D2

Color information

#8F48D2 (or 0x8F48D2) is unknown color: approx Dark Orchid. HEX triplet: 8F, 48 and D2. RGB value is (143,72,210). Sum of RGB (Red+Green+Blue) = 143+72+210=425 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.65% from 425); Green value is 72 (28.52% from 255 or 16.94% from 425); Blue value is 210 (82.42% from 255 or 49.41% from 425); Max value from RGB is 210 - color contains mainly: blue. Hex color #8F48D2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F48D2 is #70B72D. Grayscale: #6C6C6C. Windows color (decimal): -7386926 or 13781135. OLE color: 13781135.

HSL color Cylindrical-coordinate representation of color #8F48D2: hue angle of 270.87º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8F48D2 is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB14372210-
CMYK0.320.6600.18
HSL270.87º60.53%55.29%-
HSV(B)270.87º65.71%82.35%-
XYZ25.2815.1362.56-
YUV108.96185.02152.28-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.65%
GREEN value IS 72 (28.52% from 255) = 16.94%
BLUE value IS 210 (82.42% from 255) = 49.41%
R=33.65%
G=16.94%
B=49.41%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal143722100.320.6600.18270.8760.5355.29
Hex8F48D2204201210f3d37
Octal217110322401020224177567
Binary100011111001000110100101000001000010010010100001111111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F48D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,72,210); }

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

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

 a { background-color: rgb(143,72,210); }

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

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

 span { border-color: rgb(143,72,210); }

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