Html Css Color HEX #8F1BAC Dark Orchid

📋 copy color: '#8F1BAC'

red 143 ◦ green 27 ◦ blue 172

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

Shades of Dark Orchid #8F1BAC

Tints of Dark Orchid #8F1BAC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.89%

 BLUE value IS 172 (67.58% from 255) = 50.29%

R = 41.81%
G = 7.89%
B = 50.29%

CMYK

 C value IS 0.17

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8F1BAC (or 0x8F1BAC) is known color: Dark Orchid. HEX triplet: 8F, 1B and AC. RGB value is (143,27,172). Sum of RGB (Red+Green+Blue) = 143+27+172=342 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.81% from 342); Green value is 27 (10.94% from 255 or 7.89% from 342); Blue value is 172 (67.58% from 255 or 50.29% from 342); Max value from RGB is 172 - color contains mainly: blue. Hex color #8F1BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F1BAC is #70E453. Grayscale: #4D4D4D. Windows color (decimal): -7398484 or 11279247. OLE color: 11279247.

HSL color Cylindrical-coordinate representation of color #8F1BAC: hue angle of 288º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8F1BAC is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 143 27 172 -
CMYK 0.17 0.84 0 0.33
HSL 288º 0.73% 0.39% -
HSV(B) 288º 0.84% 0.67% -
XYZ 19.17 9.6 39.87 -
YUV 78.21 180.93 174.21 -
System Red Green Blue C M Y K H S L
Decimal 143 27 172 0.17 0.84 0 0.33 288 0.73 0.39
Hex 8F 1B AC 11 54 0 21 120 49 27
Octal 217 33 254 21 124 0 41 440 111 47
Binary 10001111 11011 10101100 10001 1010100 0 100001 100100000 1001001 100111

Color Harmonies of #8F1BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F1BAC

Black with #8F1BAC

Text Example


Text Example

White with #8F1BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,27,172); }

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

background-color css

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

 a { background-color: rgb(143,27,172); }

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

border-color css

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

 span { border-color: rgb(143,27,172); }

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