Html Css Color HEX #8F2EBA Dark Orchid

📋 copy color: '#8F2EBA'

red 143 ◦ green 46 ◦ blue 186

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

Shades of Dark Orchid #8F2EBA

Tints of Dark Orchid #8F2EBA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.27%

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

R = 38.13%
G = 12.27%
B = 49.6%

CMYK

 C value IS 0.23

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8F2EBA (or 0x8F2EBA) is known color: Dark Orchid. HEX triplet: 8F, 2E and BA. RGB value is (143,46,186). Sum of RGB (Red+Green+Blue) = 143+46+186=375 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.13% from 375); Green value is 46 (18.36% from 255 or 12.27% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #8F2EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F2EBA is #70D145. Grayscale: #5A5A5A. Windows color (decimal): -7393606 or 12201615. OLE color: 12201615.

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

Color convert

RGB 143 46 186 -
CMYK 0.23 0.75 0 0.27
HSL 281.57º 0.6% 0.45% -
HSV(B) 281.57º 0.75% 0.73% -
XYZ 21.17 11.34 47.53 -
YUV 90.96 181.64 165.12 -
System Red Green Blue C M Y K H S L
Decimal 143 46 186 0.23 0.75 0 0.27 281.57 0.6 0.45
Hex 8F 2E BA 17 4B 0 1B 11A 3C 2D
Octal 217 56 272 27 113 0 33 432 74 55
Binary 10001111 101110 10111010 10111 1001011 0 11011 100011010 111100 101101

Color Harmonies of #8F2EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F2EBA

Black with #8F2EBA

Text Example


Text Example

White with #8F2EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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