Html Css Color HEX #8F2EC8 Dark Orchid

📋 copy color: '#8F2EC8'

red 143 ◦ green 46 ◦ blue 200

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

Shades of Dark Orchid #8F2EC8

Tints of Dark Orchid #8F2EC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 51.41%

R = 36.76%
G = 11.83%
B = 51.41%

CMYK

 C value IS 0.28

 M value IS 0.77

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8F2EC8 (or 0x8F2EC8) is known color: Dark Orchid. HEX triplet: 8F, 2E and C8. RGB value is (143,46,200). Sum of RGB (Red+Green+Blue) = 143+46+200=389 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.76% from 389); Green value is 46 (18.36% from 255 or 11.83% from 389); Blue value is 200 (78.52% from 255 or 51.41% from 389); Max value from RGB is 200 - color contains mainly: blue. Hex color #8F2EC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F2EC8 is #70D137. Grayscale: #5C5C5C. Windows color (decimal): -7393592 or 13119119. OLE color: 13119119.

HSL color Cylindrical-coordinate representation of color #8F2EC8: hue angle of 277.79º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8F2EC8 is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 143 46 200 -
CMYK 0.28 0.77 0 0.22
HSL 277.79º 0.63% 0.48% -
HSV(B) 277.79º 0.77% 0.78% -
XYZ 22.73 11.96 55.75 -
YUV 92.56 188.64 163.98 -
System Red Green Blue C M Y K H S L
Decimal 143 46 200 0.28 0.77 0 0.22 277.79 0.63 0.48
Hex 8F 2E C8 1C 4D 0 16 116 3F 30
Octal 217 56 310 34 115 0 26 426 77 60
Binary 10001111 101110 11001000 11100 1001101 0 10110 100010110 111111 110000

Color Harmonies of #8F2EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F2EC8

Black with #8F2EC8

Text Example


Text Example

White with #8F2EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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