Html Css Color HEX #8C6BCE True V

📋 copy color: '#8C6BCE'

red 140 ◦ green 107 ◦ blue 206

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

Shades of True V #8C6BCE

Tints of True V #8C6BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.47%

R = 30.91%
G = 23.62%
B = 45.47%

CMYK

 C value IS 0.32

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8C6BCE (or 0x8C6BCE) is known color: True V. HEX triplet: 8C, 6B and CE. RGB value is (140,107,206). Sum of RGB (Red+Green+Blue) = 140+107+206=453 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.91% from 453); Green value is 107 (42.19% from 255 or 23.62% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 206 - color contains mainly: blue. Hex color #8C6BCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C6BCE is #739431. Grayscale: #7F7F7F. Windows color (decimal): -7574578 or 13527948. OLE color: 13527948.

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

Color convert

RGB 140 107 206 -
CMYK 0.32 0.48 0 0.19
HSL 260º 0.5% 0.61% -
HSV(B) 260º 0.48% 0.81% -
XYZ 27.21 20.55 60.92 -
YUV 128.15 171.93 136.45 -
System Red Green Blue C M Y K H S L
Decimal 140 107 206 0.32 0.48 0 0.19 260 0.5 0.61
Hex 8C 6B CE 20 30 0 13 104 32 3D
Octal 214 153 316 40 60 0 23 404 62 75
Binary 10001100 1101011 11001110 100000 110000 0 10011 100000100 110010 111101

Color Harmonies of #8C6BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6BCE

Black with #8C6BCE

Text Example


Text Example

White with #8C6BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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