Html Css Color HEX #8F27C9 Dark Orchid

📋 copy color: '#8F27C9'

red 143 ◦ green 39 ◦ blue 201

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

Shades of Dark Orchid #8F27C9

Tints of Dark Orchid #8F27C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 52.48%

R = 37.34%
G = 10.18%
B = 52.48%

CMYK

 C value IS 0.29

 M value IS 0.81

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8F27C9 (or 0x8F27C9) is known color: Dark Orchid. HEX triplet: 8F, 27 and C9. RGB value is (143,39,201). Sum of RGB (Red+Green+Blue) = 143+39+201=383 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.34% from 383); Green value is 39 (15.62% from 255 or 10.18% from 383); Blue value is 201 (78.91% from 255 or 52.48% from 383); Max value from RGB is 201 - color contains mainly: blue. Hex color #8F27C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F27C9 is #70D836. Grayscale: #585858. Windows color (decimal): -7395383 or 13182863. OLE color: 13182863.

HSL color Cylindrical-coordinate representation of color #8F27C9: hue angle of 278.52º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8F27C9 is Cyan = 0.29, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 143 39 201 -
CMYK 0.29 0.81 0 0.21
HSL 278.52º 0.68% 0.47% -
HSV(B) 278.52º 0.81% 0.79% -
XYZ 22.6 11.51 56.29 -
YUV 88.56 191.46 166.83 -
System Red Green Blue C M Y K H S L
Decimal 143 39 201 0.29 0.81 0 0.21 278.52 0.68 0.47
Hex 8F 27 C9 1D 51 0 15 117 44 2F
Octal 217 47 311 35 121 0 25 427 104 57
Binary 10001111 100111 11001001 11101 1010001 0 10101 100010111 1000100 101111

Color Harmonies of #8F27C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F27C9

Black with #8F27C9

Text Example


Text Example

White with #8F27C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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