Html Css Color HEX #8C6CC1 True V

📋 copy color: '#8C6CC1'

red 140 ◦ green 108 ◦ blue 193

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

Shades of True V #8C6CC1

Tints of True V #8C6CC1

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.49%

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

R = 31.75%
G = 24.49%
B = 43.76%

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

#8C6CC1 (or 0x8C6CC1) is known color: True V. HEX triplet: 8C, 6C and C1. RGB value is (140,108,193). Sum of RGB (Red+Green+Blue) = 140+108+193=441 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.75% from 441); Green value is 108 (42.58% from 255 or 24.49% from 441); Blue value is 193 (75.78% from 255 or 43.76% from 441); Max value from RGB is 193 - color contains mainly: blue. Hex color #8C6CC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C6CC1 is #73933E. Grayscale: #7E7E7E. Windows color (decimal): -7574335 or 12676236. OLE color: 12676236.

HSL color Cylindrical-coordinate representation of color #8C6CC1: hue angle of 262.59º degrees, saturation: 0.41, 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 #8C6CC1 is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 140 108 193 -
CMYK 0.27 0.44 0 0.24
HSL 262.59º 0.41% 0.59% -
HSV(B) 262.59º 0.44% 0.76% -
XYZ 25.8 20.15 52.98 -
YUV 127.26 165.1 137.09 -
System Red Green Blue C M Y K H S L
Decimal 140 108 193 0.27 0.44 0 0.24 262.59 0.41 0.59
Hex 8C 6C C1 1B 2C 0 18 107 29 3B
Octal 214 154 301 33 54 0 30 407 51 73
Binary 10001100 1101100 11000001 11011 101100 0 11000 100000111 101001 111011

Color Harmonies of #8C6CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6CC1

Black with #8C6CC1

Text Example


Text Example

White with #8C6CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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