Html Css Color HEX #8F27BC Dark Orchid

📋 copy color: '#8F27BC'

red 143 ◦ green 39 ◦ blue 188

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

Shades of Dark Orchid #8F27BC

Tints of Dark Orchid #8F27BC

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.54%

 BLUE value IS 188 (73.83% from 255) = 50.81%

R = 38.65%
G = 10.54%
B = 50.81%

CMYK

 C value IS 0.24

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8F27BC (or 0x8F27BC) is known color: Dark Orchid. HEX triplet: 8F, 27 and BC. RGB value is (143,39,188). Sum of RGB (Red+Green+Blue) = 143+39+188=370 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.65% from 370); Green value is 39 (15.62% from 255 or 10.54% from 370); Blue value is 188 (73.83% from 255 or 50.81% from 370); Max value from RGB is 188 - color contains mainly: blue. Hex color #8F27BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F27BC is #70D843. Grayscale: #565656. Windows color (decimal): -7395396 or 12330895. OLE color: 12330895.

HSL color Cylindrical-coordinate representation of color #8F27BC: hue angle of 281.88º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8F27BC is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 143 39 188 -
CMYK 0.24 0.79 0 0.26
HSL 281.88º 0.66% 0.45% -
HSV(B) 281.88º 0.79% 0.74% -
XYZ 21.13 10.92 48.57 -
YUV 87.08 184.96 167.88 -
System Red Green Blue C M Y K H S L
Decimal 143 39 188 0.24 0.79 0 0.26 281.88 0.66 0.45
Hex 8F 27 BC 18 4F 0 1A 11A 42 2D
Octal 217 47 274 30 117 0 32 432 102 55
Binary 10001111 100111 10111100 11000 1001111 0 11010 100011010 1000010 101101

Color Harmonies of #8F27BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F27BC

Black with #8F27BC

Text Example


Text Example

White with #8F27BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,39,188); }

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

background-color css

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

 a { background-color: rgb(143,39,188); }

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

border-color css

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

 span { border-color: rgb(143,39,188); }

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