Html Css Color HEX #8F3EBA Dark Orchid

📋 copy color: '#8F3EBA'

red 143 ◦ green 62 ◦ blue 186

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

Shades of Dark Orchid #8F3EBA

Tints of Dark Orchid #8F3EBA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.86%

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

R = 36.57%
G = 15.86%
B = 47.57%

CMYK

 C value IS 0.23

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8F3EBA (or 0x8F3EBA) is known color: Dark Orchid. HEX triplet: 8F, 3E and BA. RGB value is (143,62,186). Sum of RGB (Red+Green+Blue) = 143+62+186=391 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.57% from 391); Green value is 62 (24.61% from 255 or 15.86% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 186 - color contains mainly: blue. Hex color #8F3EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F3EBA is #70C145. Grayscale: #636363. Windows color (decimal): -7389510 or 12205711. OLE color: 12205711.

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

Color convert

RGB 143 62 186 -
CMYK 0.23 0.67 0 0.27
HSL 279.19º 0.5% 0.49% -
HSV(B) 279.19º 0.67% 0.73% -
XYZ 21.91 12.83 47.78 -
YUV 100.36 176.34 158.42 -
System Red Green Blue C M Y K H S L
Decimal 143 62 186 0.23 0.67 0 0.27 279.19 0.5 0.49
Hex 8F 3E BA 17 43 0 1B 117 32 31
Octal 217 76 272 27 103 0 33 427 62 61
Binary 10001111 111110 10111010 10111 1000011 0 11011 100010111 110010 110001

Color Harmonies of #8F3EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F3EBA

Black with #8F3EBA

Text Example


Text Example

White with #8F3EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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