Html Css Color HEX #8F2DBF Dark Orchid

📋 copy color: '#8F2DBF'

red 143 ◦ green 45 ◦ blue 191

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

Shades of Dark Orchid #8F2DBF

Tints of Dark Orchid #8F2DBF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.87%

 BLUE value IS 191 (75% from 255) = 50.4%

R = 37.73%
G = 11.87%
B = 50.4%

CMYK

 C value IS 0.25

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8F2DBF (or 0x8F2DBF) is known color: Dark Orchid. HEX triplet: 8F, 2D and BF. RGB value is (143,45,191). Sum of RGB (Red+Green+Blue) = 143+45+191=379 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.73% from 379); Green value is 45 (17.97% from 255 or 11.87% from 379); Blue value is 191 (75% from 255 or 50.40% from 379); Max value from RGB is 191 - color contains mainly: blue. Hex color #8F2DBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F2DBF is #70D240. Grayscale: #5A5A5A. Windows color (decimal): -7393857 or 12529039. OLE color: 12529039.

HSL color Cylindrical-coordinate representation of color #8F2DBF: hue angle of 280.27º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8F2DBF is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 143 45 191 -
CMYK 0.25 0.76 0 0.25
HSL 280.27º 0.62% 0.46% -
HSV(B) 280.27º 0.76% 0.75% -
XYZ 21.67 11.48 50.36 -
YUV 90.95 184.47 165.13 -
System Red Green Blue C M Y K H S L
Decimal 143 45 191 0.25 0.76 0 0.25 280.27 0.62 0.46
Hex 8F 2D BF 19 4C 0 19 118 3E 2E
Octal 217 55 277 31 114 0 31 430 76 56
Binary 10001111 101101 10111111 11001 1001100 0 11001 100011000 111110 101110

Color Harmonies of #8F2DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F2DBF

Black with #8F2DBF

Text Example


Text Example

White with #8F2DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,45,191); }

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

background-color css

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

 a { background-color: rgb(143,45,191); }

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

border-color css

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

 span { border-color: rgb(143,45,191); }

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