Html Css Color HEX #8C6BCD True V

📋 copy color: '#8C6BCD'

red 140 ◦ green 107 ◦ blue 205

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

Shades of True V #8C6BCD

Tints of True V #8C6BCD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.67%

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

R = 30.97%
G = 23.67%
B = 45.35%

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

#8C6BCD (or 0x8C6BCD) is known color: True V. HEX triplet: 8C, 6B and CD. RGB value is (140,107,205). Sum of RGB (Red+Green+Blue) = 140+107+205=452 (59% of max value = 765). Red value is 140 (55.08% from 255 or 30.97% from 452); Green value is 107 (42.19% from 255 or 23.67% from 452); Blue value is 205 (80.47% from 255 or 45.35% from 452); Max value from RGB is 205 - color contains mainly: blue. Hex color #8C6BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C6BCD is #739432. Grayscale: #7F7F7F. Windows color (decimal): -7574579 or 13462412. OLE color: 13462412.

HSL color Cylindrical-coordinate representation of color #8C6BCD: hue angle of 260.2º degrees, saturation: 0.49, 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 #8C6BCD is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 140 107 205 -
CMYK 0.32 0.48 0 0.20
HSL 260.2º 0.49% 0.61% -
HSV(B) 260.2º 0.48% 0.8% -
XYZ 27.09 20.5 60.29 -
YUV 128.04 171.43 136.53 -
System Red Green Blue C M Y K H S L
Decimal 140 107 205 0.32 0.48 0 0.20 260.2 0.49 0.61
Hex 8C 6B CD 20 30 0 14 104 31 3D
Octal 214 153 315 40 60 0 24 404 61 75
Binary 10001100 1101011 11001101 100000 110000 0 10100 100000100 110001 111101

Color Harmonies of #8C6BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6BCD

Black with #8C6BCD

Text Example


Text Example

White with #8C6BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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