Html Css Color HEX #8F1EBA Dark Orchid

📋 copy color: '#8F1EBA'

red 143 ◦ green 30 ◦ blue 186

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

Shades of Dark Orchid #8F1EBA

Tints of Dark Orchid #8F1EBA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.36%

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

R = 39.83%
G = 8.36%
B = 51.81%

CMYK

 C value IS 0.23

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8F1EBA (or 0x8F1EBA) is known color: Dark Orchid. HEX triplet: 8F, 1E and BA. RGB value is (143,30,186). Sum of RGB (Red+Green+Blue) = 143+30+186=359 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.83% from 359); Green value is 30 (12.11% from 255 or 8.36% from 359); Blue value is 186 (73.05% from 255 or 51.81% from 359); Max value from RGB is 186 - color contains mainly: blue. Hex color #8F1EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F1EBA is #70E145. Grayscale: #515151. Windows color (decimal): -7397702 or 12197519. OLE color: 12197519.

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

Color convert

RGB 143 30 186 -
CMYK 0.23 0.84 0 0.27
HSL 283.46º 0.72% 0.42% -
HSV(B) 283.46º 0.84% 0.73% -
XYZ 20.65 10.31 47.36 -
YUV 81.57 186.94 171.82 -
System Red Green Blue C M Y K H S L
Decimal 143 30 186 0.23 0.84 0 0.27 283.46 0.72 0.42
Hex 8F 1E BA 17 54 0 1B 11B 48 2A
Octal 217 36 272 27 124 0 33 433 110 52
Binary 10001111 11110 10111010 10111 1010100 0 11011 100011011 1001000 101010

Color Harmonies of #8F1EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F1EBA

Black with #8F1EBA

Text Example


Text Example

White with #8F1EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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