Html Css Color HEX #8F2BAD Dark Orchid

📋 copy color: '#8F2BAD'

red 143 ◦ green 43 ◦ blue 173

#8F2BAD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #8F2BAD

Tints of Dark Orchid #8F2BAD

RGB

 RED value IS 143 (56.25% from 255) = 39.83%

 GREEN value IS 43 (17.19% from 255) = 11.98%

 BLUE value IS 173 (67.97% from 255) = 48.19%

R = 39.83%
G = 11.98%
B = 48.19%

CMYK

 C value IS 0.17

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8F2BAD (or 0x8F2BAD) is known color: Dark Orchid. HEX triplet: 8F, 2B and AD. RGB value is (143,43,173). Sum of RGB (Red+Green+Blue) = 143+43+173=359 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.83% from 359); Green value is 43 (17.19% from 255 or 11.98% from 359); Blue value is 173 (67.97% from 255 or 48.19% from 359); Max value from RGB is 173 - color contains mainly: blue. Hex color #8F2BAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F2BAD is #70D452. Grayscale: #575757. Windows color (decimal): -7394387 or 11348879. OLE color: 11348879.

HSL color Cylindrical-coordinate representation of color #8F2BAD: hue angle of 286.15º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8F2BAD is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 143 43 173 -
CMYK 0.17 0.75 0 0.32
HSL 286.15º 0.6% 0.42% -
HSV(B) 286.15º 0.75% 0.68% -
XYZ 19.73 10.58 40.54 -
YUV 87.72 176.13 167.43 -
System Red Green Blue C M Y K H S L
Decimal 143 43 173 0.17 0.75 0 0.32 286.15 0.6 0.42
Hex 8F 2B AD 11 4B 0 20 11E 3C 2A
Octal 217 53 255 21 113 0 40 436 74 52
Binary 10001111 101011 10101101 10001 1001011 0 100000 100011110 111100 101010

Color Harmonies of #8F2BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F2BAD

Black with #8F2BAD

Text Example


Text Example

White with #8F2BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,43,173); }

 H1.HeaderClassName
 {
   color: #8F2BAD;
 }
 .AnyTagClassName
 {
   color: #8F2BAD;
 }
</style>

background-color css

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

 a { background-color: rgb(143,43,173); }

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

border-color css

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

 span { border-color: rgb(143,43,173); }

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