Html Css Color HEX #8F1DBA Dark Orchid

📋 copy color: '#8F1DBA'

red 143 ◦ green 29 ◦ blue 186

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

Shades of Dark Orchid #8F1DBA

Tints of Dark Orchid #8F1DBA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.1%

 BLUE value IS 186 (73.05% from 255) = 51.96%

R = 39.94%
G = 8.1%
B = 51.96%

CMYK

 C value IS 0.23

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8F1DBA (or 0x8F1DBA) is known color: Dark Orchid. HEX triplet: 8F, 1D and BA. RGB value is (143,29,186). Sum of RGB (Red+Green+Blue) = 143+29+186=358 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.94% from 358); Green value is 29 (11.72% from 255 or 8.10% from 358); Blue value is 186 (73.05% from 255 or 51.96% from 358); Max value from RGB is 186 - color contains mainly: blue. Hex color #8F1DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F1DBA is #70E245. Grayscale: #505050. Windows color (decimal): -7397958 or 12197263. OLE color: 12197263.

HSL color Cylindrical-coordinate representation of color #8F1DBA: hue angle of 283.57º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8F1DBA is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 143 29 186 -
CMYK 0.23 0.84 0 0.27
HSL 283.57º 0.73% 0.42% -
HSV(B) 283.57º 0.84% 0.73% -
XYZ 20.63 10.26 47.35 -
YUV 80.98 187.27 172.23 -
System Red Green Blue C M Y K H S L
Decimal 143 29 186 0.23 0.84 0 0.27 283.57 0.73 0.42
Hex 8F 1D BA 17 54 0 1B 11C 49 2A
Octal 217 35 272 27 124 0 33 434 111 52
Binary 10001111 11101 10111010 10111 1010100 0 11011 100011100 1001001 101010

Color Harmonies of #8F1DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F1DBA

Black with #8F1DBA

Text Example


Text Example

White with #8F1DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,29,186); }

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

background-color css

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

 a { background-color: rgb(143,29,186); }

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

border-color css

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

 span { border-color: rgb(143,29,186); }

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