Html Css Color HEX #8C6ACB True V

📋 copy color: '#8C6ACB'

red 140 ◦ green 106 ◦ blue 203

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

Shades of True V #8C6ACB

Tints of True V #8C6ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.21%

R = 31.18%
G = 23.61%
B = 45.21%

CMYK

 C value IS 0.31

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8C6ACB (or 0x8C6ACB) is known color: True V. HEX triplet: 8C, 6A and CB. RGB value is (140,106,203). Sum of RGB (Red+Green+Blue) = 140+106+203=449 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.18% from 449); Green value is 106 (41.80% from 255 or 23.61% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 203 - color contains mainly: blue. Hex color #8C6ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C6ACB is #739534. Grayscale: #7E7E7E. Windows color (decimal): -7574837 or 13331084. OLE color: 13331084.

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

Color convert

RGB 140 106 203 -
CMYK 0.31 0.48 0 0.20
HSL 261.03º 0.48% 0.61% -
HSV(B) 261.03º 0.48% 0.8% -
XYZ 26.75 20.2 58.99 -
YUV 127.22 170.76 137.11 -
System Red Green Blue C M Y K H S L
Decimal 140 106 203 0.31 0.48 0 0.20 261.03 0.48 0.61
Hex 8C 6A CB 1F 30 0 14 105 30 3D
Octal 214 152 313 37 60 0 24 405 60 75
Binary 10001100 1101010 11001011 11111 110000 0 10100 100000101 110000 111101

Color Harmonies of #8C6ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6ACB

Black with #8C6ACB

Text Example


Text Example

White with #8C6ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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