Html Css Color HEX #8C1ABC Dark Orchid

📋 copy color: '#8C1ABC'

red 140 ◦ green 26 ◦ blue 188

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

Shades of Dark Orchid #8C1ABC

Tints of Dark Orchid #8C1ABC

RGB

 RED value IS 140 (55.08% from 255) = 39.55%

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

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

R = 39.55%
G = 7.34%
B = 53.11%

CMYK

 C value IS 0.26

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8C1ABC (or 0x8C1ABC) is known color: Dark Orchid. HEX triplet: 8C, 1A and BC. RGB value is (140,26,188). Sum of RGB (Red+Green+Blue) = 140+26+188=354 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.55% from 354); Green value is 26 (10.55% from 255 or 7.34% from 354); Blue value is 188 (73.83% from 255 or 53.11% from 354); Max value from RGB is 188 - color contains mainly: blue. Hex color #8C1ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C1ABC is #73E543. Grayscale: #4E4E4E. Windows color (decimal): -7595332 or 12327564. OLE color: 12327564.

HSL color Cylindrical-coordinate representation of color #8C1ABC: hue angle of 282.22º 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 #8C1ABC is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 140 26 188 -
CMYK 0.26 0.86 0 0.26
HSL 282.22º 0.76% 0.42% -
HSV(B) 282.22º 0.86% 0.74% -
XYZ 20.26 9.95 48.43 -
YUV 78.55 189.77 171.83 -
System Red Green Blue C M Y K H S L
Decimal 140 26 188 0.26 0.86 0 0.26 282.22 0.76 0.42
Hex 8C 1A BC 1A 56 0 1A 11A 4C 2A
Octal 214 32 274 32 126 0 32 432 114 52
Binary 10001100 11010 10111100 11010 1010110 0 11010 100011010 1001100 101010

Color Harmonies of #8C1ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1ABC

Black with #8C1ABC

Text Example


Text Example

White with #8C1ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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