Html Css Color HEX #8C2BC1 Dark Orchid

📋 copy color: '#8C2BC1'

red 140 ◦ green 43 ◦ blue 193

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

Shades of Dark Orchid #8C2BC1

Tints of Dark Orchid #8C2BC1

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.44%

 BLUE value IS 193 (75.78% from 255) = 51.33%

R = 37.23%
G = 11.44%
B = 51.33%

CMYK

 C value IS 0.27

 M value IS 0.78

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8C2BC1 (or 0x8C2BC1) is known color: Dark Orchid. HEX triplet: 8C, 2B and C1. RGB value is (140,43,193). Sum of RGB (Red+Green+Blue) = 140+43+193=376 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.23% from 376); Green value is 43 (17.19% from 255 or 11.44% from 376); Blue value is 193 (75.78% from 255 or 51.33% from 376); Max value from RGB is 193 - color contains mainly: blue. Hex color #8C2BC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C2BC1 is #73D43E. Grayscale: #585858. Windows color (decimal): -7590975 or 12659596. OLE color: 12659596.

HSL color Cylindrical-coordinate representation of color #8C2BC1: hue angle of 278.8º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8C2BC1 is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 140 43 193 -
CMYK 0.27 0.78 0 0.24
HSL 278.8º 0.64% 0.46% -
HSV(B) 278.8º 0.78% 0.76% -
XYZ 21.3 11.15 51.48 -
YUV 89.1 186.64 164.3 -
System Red Green Blue C M Y K H S L
Decimal 140 43 193 0.27 0.78 0 0.24 278.8 0.64 0.46
Hex 8C 2B C1 1B 4E 0 18 117 40 2E
Octal 214 53 301 33 116 0 30 427 100 56
Binary 10001100 101011 11000001 11011 1001110 0 11000 100010111 1000000 101110

Color Harmonies of #8C2BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2BC1

Black with #8C2BC1

Text Example


Text Example

White with #8C2BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,43,193); }

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

background-color css

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

 a { background-color: rgb(140,43,193); }

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

border-color css

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

 span { border-color: rgb(140,43,193); }

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