Html Css Color HEX #8C6FCD True V

📋 copy color: '#8C6FCD'

red 140 ◦ green 111 ◦ blue 205

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

Shades of True V #8C6FCD

Tints of True V #8C6FCD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.34%

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

R = 30.7%
G = 24.34%
B = 44.96%

CMYK

 C value IS 0.32

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8C6FCD (or 0x8C6FCD) is known color: True V. HEX triplet: 8C, 6F and CD. RGB value is (140,111,205). Sum of RGB (Red+Green+Blue) = 140+111+205=456 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.70% from 456); Green value is 111 (43.75% from 255 or 24.34% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 205 - color contains mainly: blue. Hex color #8C6FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C6FCD is #739032. Grayscale: #828282. Windows color (decimal): -7573555 or 13463436. OLE color: 13463436.

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

Color convert

RGB 140 111 205 -
CMYK 0.32 0.46 0 0.20
HSL 258.51º 0.48% 0.62% -
HSV(B) 258.51º 0.46% 0.8% -
XYZ 27.52 21.35 60.43 -
YUV 130.39 170.11 134.86 -
System Red Green Blue C M Y K H S L
Decimal 140 111 205 0.32 0.46 0 0.20 258.51 0.48 0.62
Hex 8C 6F CD 20 2E 0 14 103 30 3E
Octal 214 157 315 40 56 0 24 403 60 76
Binary 10001100 1101111 11001101 100000 101110 0 10100 100000011 110000 111110

Color Harmonies of #8C6FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6FCD

Black with #8C6FCD

Text Example


Text Example

White with #8C6FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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