Html Css Color HEX #8F1AD0 Dark Orchid

📋 copy color: '#8F1AD0'

red 143 ◦ green 26 ◦ blue 208

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

Shades of Dark Orchid #8F1AD0

Tints of Dark Orchid #8F1AD0

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.9%

 BLUE value IS 208 (81.64% from 255) = 55.17%

R = 37.93%
G = 6.9%
B = 55.17%

CMYK

 C value IS 0.31

 M value IS 0.88

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8F1AD0 (or 0x8F1AD0) is known color: Dark Orchid. HEX triplet: 8F, 1A and D0. RGB value is (143,26,208). Sum of RGB (Red+Green+Blue) = 143+26+208=377 (49% of max value = 765). Red value is 143 (56.25% from 255 or 37.93% from 377); Green value is 26 (10.55% from 255 or 6.90% from 377); Blue value is 208 (81.64% from 255 or 55.17% from 377); Max value from RGB is 208 - color contains mainly: blue. Hex color #8F1AD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F1AD0 is #70E52F. Grayscale: #515151. Windows color (decimal): -7398704 or 13638287. OLE color: 13638287.

HSL color Cylindrical-coordinate representation of color #8F1AD0: hue angle of 278.57º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8F1AD0 is Cyan = 0.31, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 143 26 208 -
CMYK 0.31 0.88 0 0.18
HSL 278.57º 0.78% 0.46% -
HSV(B) 278.57º 0.88% 0.82% -
XYZ 23.08 11.13 60.61 -
YUV 81.73 199.26 171.7 -
System Red Green Blue C M Y K H S L
Decimal 143 26 208 0.31 0.88 0 0.18 278.57 0.78 0.46
Hex 8F 1A D0 1F 58 0 12 117 4E 2E
Octal 217 32 320 37 130 0 22 427 116 56
Binary 10001111 11010 11010000 11111 1011000 0 10010 100010111 1001110 101110

Color Harmonies of #8F1AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F1AD0

Black with #8F1AD0

Text Example


Text Example

White with #8F1AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,26,208); }

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

background-color css

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

 a { background-color: rgb(143,26,208); }

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

border-color css

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

 span { border-color: rgb(143,26,208); }

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