Html Css Color HEX #8F1ABC Dark Orchid

📋 copy color: '#8F1ABC'

red 143 ◦ green 26 ◦ blue 188

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

Shades of Dark Orchid #8F1ABC

Tints of Dark Orchid #8F1ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 52.66%

R = 40.06%
G = 7.28%
B = 52.66%

CMYK

 C value IS 0.24

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8F1ABC (or 0x8F1ABC) is known color: Dark Orchid. HEX triplet: 8F, 1A and BC. RGB value is (143,26,188). Sum of RGB (Red+Green+Blue) = 143+26+188=357 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.06% from 357); Green value is 26 (10.55% from 255 or 7.28% from 357); Blue value is 188 (73.83% from 255 or 52.66% from 357); Max value from RGB is 188 - color contains mainly: blue. Hex color #8F1ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F1ABC is #70E543. Grayscale: #4E4E4E. Windows color (decimal): -7398724 or 12327567. OLE color: 12327567.

HSL color Cylindrical-coordinate representation of color #8F1ABC: hue angle of 283.33º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8F1ABC is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 143 26 188 -
CMYK 0.24 0.86 0 0.26
HSL 283.33º 0.76% 0.42% -
HSV(B) 283.33º 0.86% 0.74% -
XYZ 20.77 10.21 48.45 -
YUV 79.45 189.26 173.33 -
System Red Green Blue C M Y K H S L
Decimal 143 26 188 0.24 0.86 0 0.26 283.33 0.76 0.42
Hex 8F 1A BC 18 56 0 1A 11B 4C 2A
Octal 217 32 274 30 126 0 32 433 114 52
Binary 10001111 11010 10111100 11000 1010110 0 11010 100011011 1001100 101010

Color Harmonies of #8F1ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F1ABC

Black with #8F1ABC

Text Example


Text Example

White with #8F1ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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