Html Css Color HEX #8C6DC1 True V

📋 copy color: '#8C6DC1'

red 140 ◦ green 109 ◦ blue 193

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

Shades of True V #8C6DC1

Tints of True V #8C6DC1

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.66%

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

R = 31.67%
G = 24.66%
B = 43.67%

CMYK

 C value IS 0.27

 M value IS 0.44

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8C6DC1 (or 0x8C6DC1) is known color: True V. HEX triplet: 8C, 6D and C1. RGB value is (140,109,193). Sum of RGB (Red+Green+Blue) = 140+109+193=442 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.67% from 442); Green value is 109 (42.97% from 255 or 24.66% from 442); Blue value is 193 (75.78% from 255 or 43.67% from 442); Max value from RGB is 193 - color contains mainly: blue. Hex color #8C6DC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C6DC1 is #73923E. Grayscale: #7F7F7F. Windows color (decimal): -7574079 or 12676492. OLE color: 12676492.

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

Color convert

RGB 140 109 193 -
CMYK 0.27 0.44 0 0.24
HSL 262.14º 0.4% 0.59% -
HSV(B) 262.14º 0.44% 0.76% -
XYZ 25.91 20.36 53.02 -
YUV 127.85 164.77 136.67 -
System Red Green Blue C M Y K H S L
Decimal 140 109 193 0.27 0.44 0 0.24 262.14 0.4 0.59
Hex 8C 6D C1 1B 2C 0 18 106 28 3B
Octal 214 155 301 33 54 0 30 406 50 73
Binary 10001100 1101101 11000001 11011 101100 0 11000 100000110 101000 111011

Color Harmonies of #8C6DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6DC1

Black with #8C6DC1

Text Example


Text Example

White with #8C6DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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