Html Css Color HEX #8F29BF Dark Orchid

📋 copy color: '#8F29BF'

red 143 ◦ green 41 ◦ blue 191

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

Shades of Dark Orchid #8F29BF

Tints of Dark Orchid #8F29BF

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.93%

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

R = 38.13%
G = 10.93%
B = 50.93%

CMYK

 C value IS 0.25

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8F29BF (or 0x8F29BF) is known color: Dark Orchid. HEX triplet: 8F, 29 and BF. RGB value is (143,41,191). Sum of RGB (Red+Green+Blue) = 143+41+191=375 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.13% from 375); Green value is 41 (16.41% from 255 or 10.93% from 375); Blue value is 191 (75% from 255 or 50.93% from 375); Max value from RGB is 191 - color contains mainly: blue. Hex color #8F29BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F29BF is #70D640. Grayscale: #585858. Windows color (decimal): -7394881 or 12528015. OLE color: 12528015.

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

Color convert

RGB 143 41 191 -
CMYK 0.25 0.79 0 0.25
HSL 280.8º 0.65% 0.45% -
HSV(B) 280.8º 0.79% 0.75% -
XYZ 21.52 11.19 50.32 -
YUV 88.6 185.79 166.8 -
System Red Green Blue C M Y K H S L
Decimal 143 41 191 0.25 0.79 0 0.25 280.8 0.65 0.45
Hex 8F 29 BF 19 4F 0 19 119 41 2D
Octal 217 51 277 31 117 0 31 431 101 55
Binary 10001111 101001 10111111 11001 1001111 0 11001 100011001 1000001 101101

Color Harmonies of #8F29BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F29BF

Black with #8F29BF

Text Example


Text Example

White with #8F29BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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