Html Css Color HEX #8C6DCD True V

📋 copy color: '#8C6DCD'

red 140 ◦ green 109 ◦ blue 205

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

Shades of True V #8C6DCD

Tints of True V #8C6DCD

RGB

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

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

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

R = 30.84%
G = 24.01%
B = 45.15%

CMYK

 C value IS 0.32

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8C6DCD (or 0x8C6DCD) is known color: True V. HEX triplet: 8C, 6D and CD. RGB value is (140,109,205). Sum of RGB (Red+Green+Blue) = 140+109+205=454 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.84% from 454); Green value is 109 (42.97% from 255 or 24.01% from 454); Blue value is 205 (80.47% from 255 or 45.15% from 454); Max value from RGB is 205 - color contains mainly: blue. Hex color #8C6DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C6DCD is #739232. Grayscale: #808080. Windows color (decimal): -7574067 or 13462924. OLE color: 13462924.

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

Color convert

RGB 140 109 205 -
CMYK 0.32 0.47 0 0.20
HSL 259.38º 0.49% 0.62% -
HSV(B) 259.38º 0.47% 0.8% -
XYZ 27.3 20.92 60.36 -
YUV 129.21 170.77 135.69 -
System Red Green Blue C M Y K H S L
Decimal 140 109 205 0.32 0.47 0 0.20 259.38 0.49 0.62
Hex 8C 6D CD 20 2F 0 14 103 31 3E
Octal 214 155 315 40 57 0 24 403 61 76
Binary 10001100 1101101 11001101 100000 101111 0 10100 100000011 110001 111110

Color Harmonies of #8C6DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6DCD

Black with #8C6DCD

Text Example


Text Example

White with #8C6DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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