Html Css Color HEX #8C6ACD True V

📋 copy color: '#8C6ACD'

red 140 ◦ green 106 ◦ blue 205

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

Shades of True V #8C6ACD

Tints of True V #8C6ACD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.5%

 BLUE value IS 205 (80.47% from 255) = 45.45%

R = 31.04%
G = 23.5%
B = 45.45%

CMYK

 C value IS 0.32

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8C6ACD (or 0x8C6ACD) is known color: True V. HEX triplet: 8C, 6A and CD. RGB value is (140,106,205). Sum of RGB (Red+Green+Blue) = 140+106+205=451 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.04% from 451); Green value is 106 (41.80% from 255 or 23.50% from 451); Blue value is 205 (80.47% from 255 or 45.45% from 451); Max value from RGB is 205 - color contains mainly: blue. Hex color #8C6ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C6ACD is #739532. Grayscale: #7F7F7F. Windows color (decimal): -7574835 or 13462156. OLE color: 13462156.

HSL color Cylindrical-coordinate representation of color #8C6ACD: hue angle of 260.61º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8C6ACD is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 140 106 205 -
CMYK 0.32 0.48 0 0.20
HSL 260.61º 0.5% 0.61% -
HSV(B) 260.61º 0.48% 0.8% -
XYZ 26.99 20.29 60.25 -
YUV 127.45 171.76 136.95 -
System Red Green Blue C M Y K H S L
Decimal 140 106 205 0.32 0.48 0 0.20 260.61 0.5 0.61
Hex 8C 6A CD 20 30 0 14 105 32 3D
Octal 214 152 315 40 60 0 24 405 62 75
Binary 10001100 1101010 11001101 100000 110000 0 10100 100000101 110010 111101

Color Harmonies of #8C6ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6ACD

Black with #8C6ACD

Text Example


Text Example

White with #8C6ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,106,205); }

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

background-color css

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

 a { background-color: rgb(140,106,205); }

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

border-color css

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

 span { border-color: rgb(140,106,205); }

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