Html Css Color HEX #8F3ACE Dark Orchid

📋 copy color: '#8F3ACE'

red 143 ◦ green 58 ◦ blue 206

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

Shades of Dark Orchid #8F3ACE

Tints of Dark Orchid #8F3ACE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.25%

 BLUE value IS 206 (80.86% from 255) = 50.61%

R = 35.14%
G = 14.25%
B = 50.61%

CMYK

 C value IS 0.31

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8F3ACE (or 0x8F3ACE) is known color: Dark Orchid. HEX triplet: 8F, 3A and CE. RGB value is (143,58,206). Sum of RGB (Red+Green+Blue) = 143+58+206=407 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.14% from 407); Green value is 58 (23.05% from 255 or 14.25% from 407); Blue value is 206 (80.86% from 255 or 50.61% from 407); Max value from RGB is 206 - color contains mainly: blue. Hex color #8F3ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F3ACE is #70C531. Grayscale: #636363. Windows color (decimal): -7390514 or 13515407. OLE color: 13515407.

HSL color Cylindrical-coordinate representation of color #8F3ACE: hue angle of 274.46º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8F3ACE is Cyan = 0.31, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 143 58 206 -
CMYK 0.31 0.72 0 0.19
HSL 274.46º 0.6% 0.52% -
HSV(B) 274.46º 0.72% 0.81% -
XYZ 23.98 13.32 59.7 -
YUV 100.29 187.66 158.47 -
System Red Green Blue C M Y K H S L
Decimal 143 58 206 0.31 0.72 0 0.19 274.46 0.6 0.52
Hex 8F 3A CE 1F 48 0 13 112 3C 34
Octal 217 72 316 37 110 0 23 422 74 64
Binary 10001111 111010 11001110 11111 1001000 0 10011 100010010 111100 110100

Color Harmonies of #8F3ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F3ACE

Black with #8F3ACE

Text Example


Text Example

White with #8F3ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,58,206); }

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

background-color css

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

 a { background-color: rgb(143,58,206); }

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

border-color css

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

 span { border-color: rgb(143,58,206); }

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